sysjob tables on msdb database

  • is there a way to tell how many rows were returned by a job/scheduled dts package by querying any of the sysjob or sysdts tables in msdb??

  • Bill,

    The only way I've been able to do this is:

    Procedures:  Get the count and return it to DTS using an Output parameter (into a global variable).  This can be tricky to set up, but it works.

    DTT: use a activex script to increment a global variable for each row returned.  This can slow down a DTT, though.

    If you figure something else out please post it here.....

    cl

    Signature is NULL

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply