Multi Script Package
Kirby1367
Posts: 5
I did a quick search and could not find anything directly related to what I am asking, so sorry if there is one.
I have a series of .sql scripts that are used for client DB updates, and labeled such as this:
Step01 - xxx.sql
Step02 - xxx.sql
Step03 - xxx.sql
...
The idea behind this is the scripts are zipped, sent over and ran on the client DB.
I noticed that the packager can create a single .exe using 1 script, but is there a way to include multiple scripts?
I could simply combine all the scripts into 1 script, but these "step" scripts are already created for clients and number in the multiple thousands. I was wondering if there was a way I could package the steps for each client into a nice .exe and discard the individual scripts.
Thank you ahead of time!
I have a series of .sql scripts that are used for client DB updates, and labeled such as this:
Step01 - xxx.sql
Step02 - xxx.sql
Step03 - xxx.sql
...
The idea behind this is the scripts are zipped, sent over and ran on the client DB.
I noticed that the packager can create a single .exe using 1 script, but is there a way to include multiple scripts?
I could simply combine all the scripts into 1 script, but these "step" scripts are already created for clients and number in the multiple thousands. I was wondering if there was a way I could package the steps for each client into a nice .exe and discard the individual scripts.
Thank you ahead of time!
Comments
Unfortunately you're right, Packager will only package up one script; so you would need to combine them as you suggest.
Redgate Software