What are the best tools for Sql Server version control -
after reading this post, , suggestion use team edition database professionals
, want know there equivalent sql server 2008 / visual stuio 2010 ultimate.
i'm looking tool need thing jeff mention in his article:
- create test data.
- schema comparison.
- data comparison.
- database unit testing.
- refactoring.
- integrated t-sql editor, first class language construct in ide, c# , vb.net.
for full details on article: http://www.codinghorror.com/blog/2006/12/is-your-database-under-version-control.html
it seems visual studio 2010 (and 2008) have strong approach issue. don't know if best option exist, good.
here getting started , walkthrouge learn how start using it.
vs 2010 premium , ultimate have built in (expand database development link)
http://www.microsoft.com/visualstudio/en-us/products
in short, database project gets checked source control, , deploy production database project.
if looking used outside of vs2010 redgate has beta http://www.red-gate.com/products/sql_source_control/index.htm
Comments
Post a Comment