Overview Tips

SQL Server Data Tools help with the deployment

Change the development flow from scripts to develop-compile-publish like OOO languages in an IDE.

The project name is the default database name for the debug and publish databases

Development Sequence

  1. Create and Edit objects
  2. Add data using post deployment scripts
  3. Verify no DDL errors
  4. Deploy to the debug database (F5)
  5. Publish to test and production databases