Feb 7, 2002 #1 rothr Programmer Feb 1, 2002 2 US HELP? Does SQL Server 6.5 support remote querries? If so, what is the syntax? nobody seems to know the answer.. I've tried using the syntax SQL 2000 utilizes but it is not supported by 6.5 any input would be greatly appreciated... rothr
HELP? Does SQL Server 6.5 support remote querries? If so, what is the syntax? nobody seems to know the answer.. I've tried using the syntax SQL 2000 utilizes but it is not supported by 6.5 any input would be greatly appreciated... rothr
Feb 7, 2002 #2 RickCole Technical User May 9, 2001 349 GB Make sure the 6.5 server is linked to your 2000 server. The syntax for the sql is: select * from 65server.65database.dbo.65table Assuming dbo is the owner of the 6.5 table in this example. Rick. Upvote 0 Downvote
Make sure the 6.5 server is linked to your 2000 server. The syntax for the sql is: select * from 65server.65database.dbo.65table Assuming dbo is the owner of the 6.5 table in this example. Rick.