Basic Question

  • I'm used to the old DTS way of doing things where the console would count up the number of records that had been imported from something such as a flat file.

    Is this funcationality now gone if you execute from a SSIS package or did I miss a check mark somewhere along the way that will let me know whether I'm importing as fast as I need to be?

    (I work with files that have 14 Million rows+ so waiting till the package finishes doesn't help me a whole lot, I'd like to see sort of on-the-fly speed of imports happening)

  • I'm not sure it this is what you're looking for. If you run the package from within Visual Studio you can go to the Data Flow tab and the rows moved will be indicated on the fly.

    I also think if you execute the package using the 'Execute Package Utility' you'll get row counts as it runs.

    Hope this helps!

    MarkA

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

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