Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
dnf999
Constraint Violating Yak Guru
253 Posts |
Posted - 2007-06-04 : 05:26:54
|
| HiI regularly need to amend my SP's in the database, and often can have various different versions. Is there a way where I can back up my SP's? or possibly, copy my redundant SP's to a back database?Many thanks |
|
|
nr
SQLTeam MVY
12543 Posts |
|
|
Kristen
Test
22859 Posts |
Posted - 2007-06-05 : 04:34:09
|
| Store each Sproc in a separate file, and use a Version Control system to manage them. You can then easily revert back to see what the exact content of an SProc was in a given version, or date.Speaking from experience it makes a HUGE difference when you have different versions deployed in different installations.See also: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=55210&SearchTerms=Version+ControlKristen |
 |
|
|
|
|
|