Forum Discussion

intackchoi's avatar
intackchoi
Copper Contributor
Sep 01, 2021
Solved

How to replace linked server calls in SQL server?

I have two SQL Server database instances - let's call them server A and B. Sadly, as the user traffic decreases, there is now no need for running two servers anymore. So I'm planning to merge databa...
  • olafhelper's avatar
    Sep 01, 2021

    intackchoi , use SSDT = SQL Server Database Tools, create a database project, import database design, replace all references to the linked server and deploy the changes to your SQL Server.

     

    See Import into a Database Project

Resources