Update linked server names
sergey68
Posts: 7
Here is a scenario I am trying to handle. We have some stored procedures that refer to linked servers by name. Those names differ between server instances of the database in question. Is there any way to handle this in SQ Compare? I know DB project in VS has this macro substition fetaure, but is there something like this in SQL Compare?
Thank you.
Sergey.
Thank you.
Sergey.
Sergey Barskiy, Software Developer
Comments
Some people use Synonyms to refer to other server objects and then these can be named the same throughout your databases. The only difference is how they are defined (and there is an option to ignore server/database names in Synonyms in Compare).
Not sure how useful that is for you, but it's perhaps worth investigating?
Redgate Software