The Database Edition functionality in Visual Studio 2010 is based on our GDR release. If you have been using the GDR this is what is “new:”
The following matrix describes which ALM features are available in which Visual Studio editions and how they behave. Specifically, where it says you may “Execute” a feature in Visual Studio Professional that means you may do not have the ability modify the artifact (for example a Unit Test) but you may execute it.
Feature
Visual Studio Professional
Visual Studio
Premium and Ultimate
Schema Compare
ü
Data Compare
Unit Test
Execute
Refactoring
Static Code Analysis
Data Generation
TFS Build Integration
Command line deploy
The Data Dude bits are now installed when you install a TFS Build Agent. You no longer need to install Visual Studio Team System Database Edition on your TFS Build server in order to build database projects. Database projects have first class support in TFS build. You may build, deploy, run SQL static code analysis and database unit tests. Sweet!
This is such a large topic that it will require a series of blog posts. Stay tuned.
>> "The Data Dude functionality in Visual Studio 2010 is based on our GDR release."
For clarification, is it based on GDR or GDR R2?
Thanks,
Visual Studio 2010 contains the most current version of Database projects. It is the same product as what was delivered in GDR and GDRR2, but with many fixes and additional features.
Thanks.
The link to "What is a Visual Studio 2010 Data-tier Application project" has very little info. Maybe a link to something real could be added?
You can find more info on MSDN here: http://msdn.microsoft.com/en-us/library/ee210546(v=SQL.105).aspx
"This is such a large topic that it will require a series of blog posts. Stay tuned."
Can't find any such posts at blogs.msdn.com/.../2010
Do they exist?
Hi Jamie, You can find posts regarding extensibility on my blog here: http://blogs.msdn.com/b/bahill. There are also new samples on MSDN here: msdn.microsoft.com/.../aa833285.aspx.
Awesome, thanks Barclay.
One last question...I've seen a lot of comments all over the web suggesting that it is now free to install VS2010 Premium on a build server. I've no doubt that this is the case but I cannot find an "offical" statement on this from Microsoft so if this could be addressed I'd appreciate it (as would my bosses). I did ask for similar on the BSTSDB forum but just got told to pohone my licensing representative - not exactly the answer I wanted!!
cheers
Jamie
P.S. Please could you whinge at the folks who built the new MSDN blogs for removing the ability to subscribe to comments on a single blog post!!!
HI, what are the limitations of VS2010 with DB projects. They seems to be supported at some extent. Can a developer using VS2010 enhance DB projects by creating/altering objects (tables, sproc, etc.)
Christian
Database Projects in VS 2010 are limited by the product they are installed with. If installing VS Professional not features are available or fully capable. If installing VS Premium or Ultimate all features are available.