1. Create Project -> Database Projects -> Microsoft Sql Server -> Sql server 2005. It will create create a cache database [project_name]._[GUID]
  2. Build. It will generate [project_folder]\sql\*.dbmeta, *.sql file
  3. Deploy. It will create database in the name of project. This database is known as Target Database. The deployment deploy the change between the cache database and the target database to target database. The target database is normally local the developer, so developer can have local integration test. We should not use shared development database or integration database as target database for development. They are for integration test.