Where Is DTS Package Names Stored?

  • In which DB and table can I find the package names?

    Master or MSDB

    Thanks

  • Let me rephrase, is there a way I can read the last date a package was ran?

  • You have to enable the logging in your package --> property --> Logging --> Log package execution in SQL Server.

    Once you done that, you will be able to see the execution date from system table sysdtspackagelog in MSDB. Your package name is in sysdtspackages in MSDB too.

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

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