Awesome
Reviewed byAnonymouson Tue, 20th January 2009
To create database, we can create custom action to create it while installing. To do so, we can create a text file that contains a SQL statement be used to create a database and need to know the connection string used to connect server, and then we can execute SQL statement to create database in custom action.