Update database table from one SQL Server database table to another?

后端 未结 4 1217
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-05 07:32

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

4条回答
  •  不思量自难忘°
    2021-02-05 08:22

    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

提交回复
热议问题