What are the best tools for Sql Server version control
Posted
by Mendy
on Stack Overflow
See other posts from Stack Overflow
or by Mendy
Published on 2010-04-27T05:26:41Z
Indexed on
2010/04/27
5:33 UTC
Read the original article
Hit count: 335
After reading this post, and the suggestion to use Team Edition for Database Professionals
, I want to know is there any equivalent to this for SQL server 2008 / Visual stuio 2010 ultimate.
I'm looking for tool need to do all the thing that Jeff mention in his article:
- Create test data.
- Schema comparison.
- Data comparison.
- Database unit testing.
- Refactoring.
- Integrated T-SQL editor, a first class language construct in the IDE, just like C# and VB.NET.
© Stack Overflow or respective owner