Reputation: 41
I have created a database application using C# in Visual Studio 2013. It uses SQL Server 2012. I don't know how to package my database in the .msi
package for this application. Please help me in writing a script to create the database and setup its connection strings. So that I can install and run the app using SQL Server on any other PC besides my own computer where I am developing the app.
Upvotes: 0
Views: 1141
Reputation: 388
The way I saw it in a commercial project was:
Also check:
Upvotes: 1