Currently we are having 5 servers and they will be expanded to more servers in coming months. Now we are facing problem of handling them and syncing all servers. So we are using SQL Compare 10. But is there any procedure by which we can connect to these server and update those Stored Procedures at one go.
Suppose we are having 3 servers, with their IPs and Username and Passwords Now if i change one procedure in one database in one of the server and reflect it to all the db on different server how to accomplish the same.
I was thinking of creating a procedure for which the parameters needs to be passed including the stored procedure name and then in that SP it will connect to databases and either ALTER or DELETE followed by CREATE.