greg
2008-12-09 21:19:02 UTC
I've 7 regional production servers that I want to copy to another server
every night. Let's call the source production servers 1 through 7, and the
destination X.
Server 1 has links to server 2 through 6. Why? I'm not sure, I'm trying to
find out so I can delete them if possible :)
So, I made a DTS on X to copy a database from 1 to X. However, it throws an
error. Logging the DTS I get, I replaced the server name with *SERVER 1*.
Step Error Source: Microsoft SQL-DMO (ODBC SQLState: 42000)
Step Error Description:[Microsoft][ODBC SQL Server Driver][SQL Server]Could
not find server '*SERVER 1*' in sysservers. Execute sp_addlinkedserver to add
the server to sysservers.
Step Error code: 80041C22
Step Error Help File:SQLDMO80.hlp
Step Error Help Context ID:1131
So until I can delete these links (not sure how to find out if they're being
used), how can I fix this? Do I need to make a link on server X as well?
Thanks,
Greg
every night. Let's call the source production servers 1 through 7, and the
destination X.
Server 1 has links to server 2 through 6. Why? I'm not sure, I'm trying to
find out so I can delete them if possible :)
So, I made a DTS on X to copy a database from 1 to X. However, it throws an
error. Logging the DTS I get, I replaced the server name with *SERVER 1*.
Step Error Source: Microsoft SQL-DMO (ODBC SQLState: 42000)
Step Error Description:[Microsoft][ODBC SQL Server Driver][SQL Server]Could
not find server '*SERVER 1*' in sysservers. Execute sp_addlinkedserver to add
the server to sysservers.
Step Error code: 80041C22
Step Error Help File:SQLDMO80.hlp
Step Error Help Context ID:1131
So until I can delete these links (not sure how to find out if they're being
used), how can I fix this? Do I need to make a link on server X as well?
Thanks,
Greg