January 4, 2011 at 4:16 am
hi,
We’re having database in SQL Server 2000 and we’ll need to connect to database(SQL server 2005 Express edition) through linked server – because distributed queries exist in stored procedures of SQL Server 2000 .
I doubt whether this will be possible if target database is in SQL Server 2005 express edition required or same SQL Server 2000 can able to create linked server?
Or
Can we create dynamice connection through "OPENROWSET" command?
Thanks for your help
ananda
January 4, 2011 at 6:14 am
Hi Ananda,
I can not find this explicitly stated in MSSQL 2000 documentation
but if there are data drivers on the server I see no reason why it would not work.
Another option is to create an ODBC connection to the MS2005 and use it in MSSQL2000 for linked server.
Regards,
Iulian
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply