Running a Supplied SQL script
Garymazzone
Posts: 16 Bronze 1
Is it possible to add an SQL script to SQL Packager. I would like to add a script that adds a user and grants permission on the install of a database using SQL Packager 6
Comments
I suppose there are two options. One would be to use Packager to create the scripts, save them to disk, modify them to add your user, and package the scripts into an executable by using SQL Packager again.
There is also an option to save the SQL queries that you want to run to a file, and use the /presql argument to the package executable to run the script before the rest of the package execures.
I hope this helps!