what are the best practices for using the 'sqlserver 2005 database project' in visual studio 2008?
I have created a project file. How to create the scripts for stored procedures, views and Tables? How would I generate scripts to populate some of the look up data?
What would I do about modifications that may need to be run on the production server after the database has already been deployed to production. (I imagine that I would create folders named by the deploy date with all the change scripts )
Is there a way to have Team Build tear down and rebuild a database in order to test that all the scripts work?
I have not been able to find a walk threw on the web. If you could point me in the right direction, It would be greatly appreciated.
Thanks