views:

292

answers:

1

When creating a new database project with the Database Edition of Visual Studio, you can choose to create either a Database Project or a Server Project. What is the difference between the two? The resulting projects seem to be pretty much identical. The server project still seems to target a single database.

(For the record, I'm using VS2008 and GDR2.)

+1  A: 

Database project is meant to manage changes to user database, while server project is used to manage server settings and objects and changes to master database.