Sometimes you may wish to remove a linked server so that data access is restricted to locally running queries. To remove a linked server, run the following SQL query: sp_dropserver ServerName This will remove the linked SQL server from the sys.servers database table.
Continue reading...
Continue reading...