January 21, 2003 at 12:03 am
Any tool for versioning of SQL2000. (other than SQL source Control 2003)
Edited by - faisy on 01/21/2003 12:10:51 AM
January 24, 2003 at 8:00 am
This was removed by the editor as SPAM
January 24, 2003 at 12:34 pm
I use VSS - There has been plenty of discussions on this. Take a look at Steve Jones articles on this or use the search above type VSS and hit enter.
John Zacharkan
John Zacharkan
January 24, 2003 at 12:38 pm
My apologies if your looking for a tool specific to SQL 2K. But just the same the articles in here should work even if your beta testing Yukon.
John Zacharkan
John Zacharkan
January 24, 2003 at 11:25 pm
Thanks to you all that now I've some good 😉 ideas to test according to our requirements.
quote:
We were using ER Studio, saving our model in Visual Source Safe each time that we made modifications.However, due to an issue we were having with ER Studio (some sort of corruptions to our model), we have temporarily abandoned this
January 27, 2003 at 3:04 pm
Have you had a look at mssqlXpress
January 30, 2003 at 11:09 am
I use an ActiveX script to script and save all SQL objects. It uses SQL DMO script method. It is run from a job that runs nightly. The I check all the scripts into Source Safe every few days. If you don't want to use Source Safe then you could just save all the scripts.
January 30, 2003 at 11:24 am
Karen, I took what you did one step further, and automated the check in to VSS with scripting, and a DLL that I wrote that automates VSS. Also there is the freeware on this site as well :
Bill Wunder's DDL Archive Utility
http://www.sqlservercentral.com/products/bwunder/archiveutility/
Tim C.
//Will write code for food
One Windows to rule them all, One Windows to find them,
One Windows to bring them all and in the darkness bind them
In the Land of Microsoft where the Shadows lie.
Tim C //Will code for food
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply