cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jason_mardell
Level 3

SQLServer DB install

Sorry if this is a straightforward request but I can't find anything from a search

I have a VS 2012 project with a database project in. The project obviously contains all the SQL scripts to create the tables.

Could someone please give me a few pointers or an example of how I integrate this into my installer.

I've used the product to install files and assemblies etc before but not created/updated a database so any advice would be gratefully received

Thanks

Jason
Labels (1)
0 Kudos
(1) Reply
RakeshXP
Level 5

In installshield project you can include your sql scripts in the SQL section of the project and you can also use the default sql dialog available in the project to get the input from the user during the runtime of the installer.
0 Kudos