This is a discussion on new sql version control solution! within the SQL Server forums, part of the Microsoft SQL Server category; --> There is a new way to implement version control in SQL server: It's a new tool out there, and ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| There is a new way to implement version control in SQL server: It's a new tool out there, and right now, since their latest version is out in beta, its FREE!! http://www.nobhillsoft.com/randolph.aspx this tool is simple and does exactly what most developers\DBAs are looking for: it simply scans your database in the background for any changes, and if any found, it will save them in its own internal db and also push it automatically into SourceSafe. What you get, without any action on your part, is all your DB entities already in SourceSafe (or in the software's internal DB, if you dont want it pushed automatically to SS) with a full log of what changes took place and when. that's what it focuses on, and that's what its good at. it has some other useful features (grep TSQL code for some subtext, code comparison, etc...) but its not a query analyzer (or any other devlopment environment) substitute. It doesn't demand any change in your regular work pattern. You work with whatever tools you want, and rest assured that the full version history is there. Heaven, isn't it? |
| Thread Tools | |
| Display Modes | |
|
|