Options

SQL Packager 5.4 - Including dependent stored procedures

rbergmeyerrbergmeyer Posts: 3
edited February 19, 2009 11:14AM in SQL Packager Previous Versions
Hello,
I am attempting to create a package for one table in a database. I have the include dependencies option checking. When the script is generated, I am not seeing the creation of the stored procedures for the table. Dependency Tracker is showing me that there are 3 depend stored procedures. Should they automatically be scripted or did I have to know the stored procedures associated with the table and manually select them?

Thanks,
Rob

Comments

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

    With Packager, the dependent objects are scripted, not objects that depend on a particular object. If you were using Dependency Tracker, you should see Packager automatically script objects that are used by the object you wanted to package rather then the objects that use the object.

    I hope that this helps.
  • Options
    Hello,
    I understand now, thank you for clearing that up for me.
    Regards,
    Rob
Sign In or Register to comment.