Reputation: 33714
I'm making Visual Studio setup for my project.
I want it automatically create empty database inside some SQL Server 2008 (Express)
thank you.
Upvotes: 1
Views: 1707
Reputation: 300489
In SSMS, Right-Click on database -> Tasks... -> Generate Scripts....
Suggest you also look at using the Database GDR R2 projects (if using VS 2008) or the built-in database project if using VS 2010.
Upvotes: 3