|
Question : Creating SQL Database during .NET setup
|
|
I am creating a setup/deployment project for a Windows Service. During the setup/installaton, I need to get the server name from user input and modify the connection string in the app.config file and then run a batch file to create a directory for a SQL database. Then run a SQL script to create the database. I've been Googling for days and cannot seem to find a straight forward step by step example of this.
|
|
Answer : Creating SQL Database during .NET setup
|
|
|
|
|