- Posted by justin on September 24, 2007
Tip #1: SQL Data/Log File Location Other Than Default Location When Running Build/Deploy
In order to change the location where the sql data/log files will be stored you need to use the DefaultDataPath argument for the build.
Tip #2: How to Build/Deploy in one step
By default the database build does not deploy your changes to the database. If you change the default target to Build;Deploy it will do it in one step for you.