|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Updating multiple databases
Hello,
I'm writing to see if anyone is familiar with a tool that can update SQL Server code (i.e. stored procedures, views or table modifications) throughout multiple databases. Currently we use Query Analyzer to step through every database and run the code that's being added/edited. As the number of our databases grows, it will not be an easy task to make a change to a stored procedure for example throughout every database. It would be much easier to select from a list of available databases that need to be updated with the change. Is there such a tool out there? If so, can someone fill me in? Thanks. |
|
#2
|
|||
|
|||
|
The built in SQL Server Replication allows you to publish both Tables as well as stored procedures. Be aware that SQL Server screws up the formatting when it replicates the stored proc (may have changed in recent versions though).
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft SQL Server > Updating multiple databases |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|