Can anyone help please. Someone out there must already have a solution.
I regularly have to copy stored procedures from a source development database to many other databases. I do this by copying the CREATE PROCEDURE code and pasting it to all the other databases.
What I would like is a way updating or adding a stored procedure from one source database to a collection of other databases. The source database is unlikely to change and neither are the databases I'd like to update. I'd just like to be able to insert the stored procedure name in a piece of code that does the altering for me. All databases are under the same SQL Server Registration.
Hpe that makes sense. Thanks for your time.
I regularly have to copy stored procedures from a source development database to many other databases. I do this by copying the CREATE PROCEDURE code and pasting it to all the other databases.
What I would like is a way updating or adding a stored procedure from one source database to a collection of other databases. The source database is unlikely to change and neither are the databases I'd like to update. I'd just like to be able to insert the stored procedure name in a piece of code that does the altering for me. All databases are under the same SQL Server Registration.
Hpe that makes sense. Thanks for your time.