I have to repoint a couple of WCF SQL ports to a different SQL Server. They will be calling the same stored procedures, only on a different server. Can I simply change the server name in the port config as long as I've already got the sprocs deployed on
the new server?
In WCF-SQL Adapter, to change to different SQL Servers, just update the connection string URL which is in the pattern of
mssql://SQLServerName//DBName.
In WCF-SQL Adapter, to change to different SQL Servers, just update the connection string URL which is in the pattern of
mssql://SQLServerName//DBName.