March 11, 2003 at 9:17 pm
Is there a way to use SourceSafe with SQL Server or are there any tools out there that will allow source control over a DB to protect data and tables?
March 12, 2003 at 2:45 pm
Take a look at the following,
Versioning Stored procedures only
http://msdn.microsoft.com/library/default.asp?URL=/library/techart/sql7storprocvers.htm
SQL Source Control 2003, very promising product
http://www.skilledsoftware.com/
Good series of articles by Steve Jones
http://www.sqlservercentral.com/columnists/sjones/vcspart4.asp
My tool of choice for admins not developers
http://www.embarcadero.com/products/changemanager/index.asp
Hope this helps
Phill Carter
--------------------
Colt 45 - the original point and click interface
Edited by - phillcart on 03/12/2003 2:50:10 PM
--------------------
Colt 45 - the original point and click interface
March 12, 2003 at 4:45 pm
You can use Visual Interdev to develop stored procedures and manage source control between Visual Source Safe and SQL Server (2000 or 7.0). I am obligated to point out that it's a royal pain to configure, and we hit a nasty bug that only recently got fixed... but once it's up and running, it works pretty well.
I'd say that, if you're using Interdev for development work, go for it, but otherwise give serious consideration to third-party products. For the record, I've only good things to say about Visual Source Safe, whereas Visual Interdev is regularly invoked when I feel the need to blaspheme.
Philip
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply