Results 1 to 3 of 3

Thread: DTS Progress Logging

  1. #1
    Join Date
    Nov 2002
    Posts
    2

    DTS Progress Logging

    I need to logg progress of a DTS job. How do I do that? I'd like the progress to be stored in a file and emailed to me.

    I need to track progress of the transfer of each table in two databases.

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You can set package level property to log all activities to a file.

    Just open the package designer and use properties from file menu.

  3. #3
    Join Date
    Nov 2002
    Posts
    2
    Does this logg each "transaction" like which table it is transfering and how many records it transfers, successes and failures?

    Know how to set a timeout on a DTS package?

    We have a VPN and it gets flaky sometimes and our DTS package can possibly run into a situation where the VPN goes down during a transfer. We have the VPN redial set at 3 sec.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •