|
|
Question : How to update linked server properties
|
|
I have a linked MySQL Server it's IP Address has recently changed and I need to update this. How do I update the Linked Server Properties Provider string?
SQL Server 2005
|
Answer : How to update linked server properties
|
|
brooksmato,
It seems that you are using MSSQLSERVER2005.
In SSMS, you just to have to right click the object ( linked server ) > Script linked server as > create to > new query window editor.
Afterwards just edit the created script with the new server IP ADDRESS.
Hope it helps.
Best Regards,
Paulo Condeça.
|
|
|
|