Create View using Linked Server db in SQL Server

前端 未结 7 574
醉酒成梦
醉酒成梦 2020-12-30 04:06

How can I create View on Linked Server db. For Example I have a linked server [1.2.3.4] on [5.6.7.8]. Both db servers are SQL Sserver 2005. I want to create View on [5.6.7.8

7条回答
  •  醉梦人生
    2020-12-30 05:04

    You can also just drag and drop the table/view object from the linked server into your view and Management Studio will create the four part reference for you.

提交回复
热议问题