Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
hubschrauber
Starting Member
16 Posts |
Posted - 2005-10-11 : 04:25:45
|
| Is it possible to use linked tables in MSSQL? I want to link an access table in Microsoft SQL. |
|
|
mwjdavidson
Aged Yak Warrior
735 Posts |
Posted - 2005-10-11 : 10:09:39
|
| Have a look at OPENQUERY and Linked Servers on BOL. Alternatively, DTS the data into a staging table in SQL Server and deal with that. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-10-12 : 01:29:54
|
| And also Make use of OPENDATASOURSEMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|