Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL server 7 ~ SQL server 2000

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Can we access the data from SQL server 7 to SQL server 2000
 
Yes the servers can be linked. You can then query data on each server if you use fully qualified table names in you query i.e. Select * from SQLServer1.Northwind.dbo.Employees

Rick.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top