Adding linked server - SQL Server 2005 - Changing the name later -
I am developing a web application in test environment with a SQL server and database I currently add a linked server I am using and using [server name] to access the database and tables in the linked server. [Database name] DBO [table name].
But it will change after motivating the production of DB server name.
What is normal practice?
Thank you.
The name of the link should not be the same as the actual target server name. Easy solution is to use the same linked server name on both development and production servers, just link to different real servers A development server can actually link itself to, for example.
Comments
Post a Comment