I am trying to update database fields from one SQL Server table to another.
Our production SQL Server is [spdbprod.test.com\\spprod]
, our QA server is
I believe you have to have a database link (linked servers) for this to work.
I do not have access to two SQL servers here at work so I cannot test it, but I sure that you need the link. Do you have a linked server setup?
Here is a url that may help http://msdn.microsoft.com/en-us/library/ms188279.aspx
Harvey Sather