Package Logging of Deployed Package on SQL server

TC 81 Reputation points
2022-12-16T03:25:27.153+00:00

Hi,

As I know, in SSIS package development in Visual studio, logging is available as an option to log any types of message into table dbo.sysssislog. However, when I deployed the package on SQL server and run the package on SSMS, I could not see the table generated in 'System Tables'. Is the logging option in VS not applicable for deployed package? If so, what would be a simple way to log message into a table when executing a package deployed on SQL server? I know Event handler might help, but I have not test on it.

Many thanks for help.

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
0 comments No comments
{count} votes

Accepted answer
  1. ZoeHui-MSFT 41,491 Reputation points
    2022-12-16T06:25:09.197+00:00

    Hi @TC ,

    I tested locally that if I run the package via SSMS, the sysssislog will also log the files.

    Please double check the system table in your database.

    You can find the dbo.sysssislog table in the system tables of the database that you have configured for the SSIS package logging.

    271295-image.png

    271302-image.png

    Refence: overview-of-ssis-package-logging

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.