|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Thursday, June 13, 2013 10:54 PM
Points: 25,
Visits: 261
|
|
i wants maintain different versions of my database ie (SP, tables etc)
How can i do that ?
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Thursday, January 26, 2012 5:26 AM
Points: 1,367,
Visits: 1,585
|
|
zafar (11/22/2007) i wants maintain different versions of my database ie (SP, tables etc)
How can i do that ?
You could script your database and keep the script files in source control. This can be automated with SMO, but it may become tedious when it comes to seeing the differences between your different versions.
You could also look at third party tools like:
Microsoft Visual Studio Team System for Database Professionals, Red Gate's SQL Compare Professional DBGhost
These allow you to use source control with your database objects.
Disclaimer: I work for Red Gate.
Regards, Andras
Andras Belokosztolszki, MCPD, PhD GoldenGate Software
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Thursday, May 16, 2013 4:02 AM
Points: 3,131,
Visits: 1,056
|
|
using Visual Source Safe.
check the following link
http://searchsqlserver.techtarget.com/tip/1,289483,sid87_gci1093178,00.html
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Yesterday @ 3:31 PM
Points: 438,
Visits: 1,157
|
|
| http://www.sqlservercentral.com/scripts/DDL/72638/
|
|
|
|