Package scripts created with SQL Compare/SQL Data Compare

mlukasmlukas Posts: 12
edited March 16, 2006 12:32PM in SQL Packager Previous Versions
Can I use SQL Packager to package scripts that I created with SQL Compare and SQL Data Compare? I want to add in extra steps to the scripts beyond what SQL Packager itself will generate.

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello,

    Unfortunately you can't plug SQL Scripts into SQL Packager. What you could do is save the package as a C# project and edit the project in Visual Studio, adding your SQL Scripts to the project, either an embedded resource or in the PackageExecutor code, then compile the packager project.
  • Any thought to adding this functionality in a future version? It's far easier to edit and test the scripts outside of Visual Studio.
  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi,

    Yes, because it is requested very often. But in the Beta of version 5, it's still not in there.
Sign In or Register to comment.