Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Is there any tool that permits to know the changes you do to your SQL SERVER database( for example deleting one column) from its previous states?
I want the tool that it could tell me that from the previous state of database to the current state of it i have changed the type of the column for example.
It would be helpful if the tool can discard the changes.
Posted
Updated 13-Jun-12 9:26am
v2

You are looking for source or version control for a database.
Redgate has something, but I've not used it:
http://www.red-gate.com/products/sql-development/sql-source-control/[^]
 
Share this answer
 
Comments
Tim Corey 13-Jun-12 22:07pm    
The Red Gate source control is great! I've used it and I love it. It is expensive, but if you can afford it, it is definitely worth it.
If you aren't looking for a SQL source control tool, you might be looking for a SQL schema diff/comparison tool. One of the most popular ones that I know of (which is also by RedGate) is called SQL Compare[^]. Visual Studio 2010 Ultimate and Database editions have pretty good database comparison tools built in. There are also less feature-rich free tools like Open DBDiff[^] that you may want to try.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900