I'm using Visual Studio 2005 with SQL Server 2005. My database has lots of tables and lots of stored procedures. How can I use Vault to manage my datamodel?
I'm looking for any suggestions, anecdotes, tool reviews, ideas -- how do I source-control my datamodel?
Thanks!
Using source control with SQL datamodels?
Moderator: SourceGear
Try creating a new data project within Visual Studio. From this you can drag your table def'n, stored procs, functions, etc. which creates DDL based files which can then be managed by Vault.
Another option would be to look at a SQL Editing tools from Apex or Red-Gate which which have support for Vault.
Another option would be to look at a SQL Editing tools from Apex or Red-Gate which which have support for Vault.
Jeff Clausius
SourceGear
SourceGear
Which versions of Visual Studio support this?
I'm using 2005 Standard Edition; I don't see any options for creating a database project. Do I need a different version of Visual Studio? Which one?
You'll need Visual Studio 2005 Professional or higher to use the integrated Source Control features of Visual Studio.
See Microsoft's Product Feature Comparisons for additional info.
See Microsoft's Product Feature Comparisons for additional info.
Jeff Clausius
SourceGear
SourceGear
That explains it.
Thanks... looks like I get to keep paying Microsoft.