Hello,
I often want to send sample apps to friends & colleages that work with a database.
For real projects I'd like to include something in the repository that allows people to recreate the database quickly, to avoid having to depend on server X still being there in a few years.
I'm not really good with MS SQL server management studio, so I wonder what is the easiest, quickest & cleanest process to get a MS SQL 2005+ database in a file that is also very easy to "unpack" into a real database.
The end goal is to let the other guy be able to get the database driven application working as fast as possible.
I really like is the .exe that adds the .Net membership tables to a database of your choise. Really easy to use. Are there any tools available that can do something like that?
Other option I know of is a .bak file but I don't find that particulary easy to build/unpack. (requires too many steps like starting up sql server management studio)