I am trying to run an INSERT INTO command to draw information from one
server over to another in the form of:
INSERT INTO Country
SELECT CountryID,... FROM Server.Database.Table
What do I need to do to be able to access one MS-SQL server through
another like this: Server.Database.Table? Both are MS-SQL Server
2000.
TIA...
setup a linked server
Denis The SQL Menace
http://sqlservercode.blogspot.com
http://sqlblog.com/blogs/denis_gobo/default.aspx
On Jan 21, 3:30 pm, Blue Streak <rdlebre...@hotmail.com> wrote: