modify the data script manually in SQL Packager
tvn
Posts: 2
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
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.