visual studio 2010 - How to bundle SQL Server Database with my VS2010 solution -


i working on sample website proof of concept , planning provide entire vs2010 (asp.net , c#) solution company. use sql server , need provide database (tables(including records) , stored procedures). easiest way ensure can bundle database along vs2010 solution? please provide steps if possible.

at company, take same approach you're taking, , scripts hand deployment. however, because have large legacy database, , incremental updates system has online.

if you're starting new website scratch, might database projects inside of visual studio. has functionality unit testing database built in might beneficial.

http://www.visualstudiotutor.com/2010/08/manage-database-projects-with-visual-studio-2010/


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -