July 13, 2006 at 2:33 pm
I current have a job setup to run on my SQL 2000 box, this job deletes information from various tables. My question is this, using the same job can I have it also delete information from other DB’s that reside on other servers. I would like to have only one job instead of having to create one on each of the additional servers. The tables would all be the same on the other servers...Thanks in advance
July 14, 2006 at 12:14 am
you can use link serves.
using link servers you can link the SQL Server
then delete from [LinkServerName].[dbo].[DBNAme].[TableName]
My Blog:
July 14, 2006 at 7:05 am
As Dinesh mentioned, you can use "linked servers". To setup a linked server through EM, do the following
1) In EM, open up the "Security" folder on the database server you want to create the linked server on
2) Right-mouse click on "Linked Servers" and choose "New Linked Server".
3) Specify the connection properties for the linked server in the window that appears.
Norene Malaney
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply