modify the data script manually in SQL Packager

tvntvn Posts: 2
edited December 14, 2006 7:47AM in SQL Packager Previous Versions
How can I modify the data script manually in SQL Packager? I spent a lot of time using SQL Data Compare to create scripts to update a customer’s database and now I want to include those scripts in SQL Packager. I’m under the gun to get this done and just wanted to create a quick and easy SQL Packager .NET executable.

Comments

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

    I'm afraid you can't change the scripts that Packager creates, or insert a script of your own into the package. You can use the /presql or /postsql arguments to run commands before and after the package runs, if you have your own custom scripts that you want to use. Otherwise, Packager scripts the data changes and stored them as .NET resources in the package or project. These are difficult to edit at the best of times.
Sign In or Register to comment.