Options

Running a Supplied SQL script

GarymazzoneGarymazzone Posts: 16 Bronze 1
edited October 8, 2009 9:31AM in SQL Packager Previous Versions
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

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi Gary,

    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!
Sign In or Register to comment.