Thank this author by sharing:
By Richard Sutherland, 2007/03/06
I have been a proponent of file-based database development for years, and am always amazed at how many DBA's and database developers never create files from which to deploy projects. I am also a fan of managing these files in a source management system such as Visual SourceSafe.
<schema>.<name>.table.sql
<schema>.<name>.table.alter.sql <schema>.<name>.table.insert.sql <schema>.<name>.table.update.sql <schema>.<name>.table.delete.sql
Using data source project object to set "server name" for connection manager
Visual Studio has a project type called “Database Project” that is used to manage a database schema ...
The state of project management for technology projects doesn't seem to be keeping up with technolog...
Database objects deployment
SQL Management Objects(SMO)can be used for customized automation of various database.This article gi...
As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.
Join us!
Steve Jones Editor, SQLServerCentral.com