views:

110

answers:

4

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.

For the full details look on this article: http://www.codinghorror.com/blog/2006/12/is-your-database-under-version-control.html


It seems that Visual Studio 2010 (and 2008) have very strong approach for this issue. I don't know if it the best option that exist, but it definitely good.

Here are Getting Started and Walkthrouge to learn how to start using it.

+5  A: 

VS 2010 Premium and Ultimate have that built in (Expand database development link)

http://www.microsoft.com/visualstudio/en-us/products

In short, your database project gets checked into source control, and you deploy to production from the database project.

If you are looking for something that is to be used outside of VS2010 then redgate has a beta http://www.red-gate.com/Products/SQL_Source_Control/index.htm

Raj Kaimal
Can you point me to an article that describe how to use that?
Mendy
http://www.west-wind.com/WebLog/posts/143624.aspx
Raj Kaimal
I'm looking for the best tool, and integration with visual studio is always an advantage.
Mendy
@raj that link is covering vs2008.
Mendy
It is similar in vs 2010.
Raj Kaimal
http://weblogs.asp.net/gunnarpeipman/archive/2009/07/29/visual-studio-2010-database-projects.aspx
Raj Kaimal
http://msdn.microsoft.com/en-us/library/xee70aty.aspx
Mendy
+2  A: 

Check for the below link :

http://www.codinghorror.com/blog/2006/12/is-your-database-under-version-control.html

Tools for the read gate
Sql Compare - Compares and synchronizes SQL database schemas. Sql Data Compare : Compares and synchronizes SQL database contents.

link of 14 day trial version : https://www.red-gate.com/dynamic/downloads/downloadform.aspx?download=sqlcompare

Pranay Rana
I'm asking because this link. this article is great, and want to know the options/tools that I have in April 2010.
Mendy
Check the above link But this are not free to download only 14day trail version available
Pranay Rana
Do you think they are better on vs2010 built in tools?
Mendy
after view tsf i think tsf is better than red gate tool - this is my personal view
Pranay Rana
A: 

I use visual studio. eveloper database per developer, using the VIsual Studio 2010 Ultimate database tools - works nicely, "even" against TFS 2010 ;)

TomTom
Do you have a kind of database type project in your solution?
Mendy
A: 

Did anyone of you ever have to care for the license costs of VS2010 Ultimate? It IS a good product, but you have to pay the price... ...which is beyond the 10.000 $, even € and SFR.

JPG