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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-08-03 : 10:01:54
|
| Joseph writes "Linked servers in theory should be straightforward. How would I link a linked server table with a non-linked server table. Each one can be called independently, and even populate tables independently, but they never see eachother.I tried the special functions like the OPENQUERY functions, I tried using USE DB to cross DBs, and using the MS syntax in the manual which always fails:Select * from LinkedServerName.DBName.Table but have had no luck.It would be greate to link the 2 DBs seamlessly.Joe" |
|
|
|
|
|