I was wondering what the standard practice for deploying your database is. Do you create the database ahead of time and attach it to your project? Can you use the EDMF model to create the database when the user installs it (and if so, how do you do that?)?

How do you update the database if you had to make changes?

Thanks for your help ahead of time!