{"id":25552,"date":"2024-03-18T06:51:39","date_gmt":"2024-03-18T05:51:39","guid":{"rendered":"https:\/\/expert-only.com\/?p=25552"},"modified":"2023-05-15T18:23:00","modified_gmt":"2023-05-15T16:23:00","slug":"enable-ssis-package-logging-sql-server","status":"publish","type":"post","link":"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/","title":{"rendered":"Enable SSIS package logging in SQL Server"},"content":{"rendered":"\n<h4 class=\"wp-block-heading has-text-align-center\" id=\"h-configure-the-management-of-logs-generated-by-ssis-packages-in-3-steps-to-handle-errors-and-warnings\"><strong><em>Configure the management of logs generated by SSIS packages in 3 steps to handle errors and warnings.<\/em><\/strong><\/h4>\n\n\n\n<p>There are different solutions to enable SSIS package logging, such as storing them in the sysssislog table, in SQL Server. Configuring log files allows you to monitor the execution of SSIS packages during batch runs. The first is to do it manually in Microsoft SQL Server Management Studio, from the job history. The second solution is to use SQL jobs to populate a log table. Finally, the third solution is to use SSIS log files.<\/p>\n\n\n\n<p>A log file system or history log allows you to track all important events. Here is a step-by-step guide to setting up Integration Service execution logs. In addition, the solution using SQL tasks is the most frequently encountered. It allows you to search for events directly in a SQL Server database. Conversely, the solution using SSIS logs is not well known.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Using the sysssislog table to log the errors and warnings<\/h3>\n\n\n\n<p>The sysssislog table is a component created in the msdb database when Microsoft SQL Server Integration Services (SSIS) is installed. This table plays a critical role as it records a single row for each log entry that is produced during the execution of packages, or their tasks and containers. This logging mechanism allows for the tracking and troubleshooting of the run-time events.<\/p>\n\n\n\n<p>If the logging configuration is activated and uses a different SQL Server database, then a new sysssislog table with the same structure, is generated in the target database. This provides flexibility in terms of where the <a href=\"https:\/\/cloud.google.com\/compute\/docs\/instances\/sql-server\/best-practices?hl=fr\" target=\"_blank\" rel=\"noreferrer noopener\">log data is stored<\/a>, making it adaptable to various infrastructure requirements and preferences. The table stores <a href=\"https:\/\/microsoftlearning.github.io\/dp-080-Transact-SQL\/Instructions\/Labs\/12-implement-error-handling.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">selected errors<\/a>, warnings and events during the package execution.<\/p>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 ez-toc-wrap-center counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#1-enable-the-ssis-package-logging-in-visual-studio\" >1. Enable the SSIS package logging in Visual Studio<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#2-select-the-ssis-log-provider-type-for-sql-server\" >2. Select the SSIS log provider type for SQL Server<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#3-select-the-ssis-events-logged-during-the-package-execution\" >3. Select the SSIS events logged during the package execution<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\" id=\"h-1-enable-the-ssis-package-logging-in-visual-studio\"><span class=\"ez-toc-section\" id=\"1-enable-the-ssis-package-logging-in-visual-studio\"><\/span>1. Enable the SSIS package logging in Visual Studio<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>To display the logging menu and parameters, follow these two steps: <\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Right-click in the Control Flow<\/strong> workspace.<\/li>\n\n\n\n<li><strong>Click on Logging<\/strong> to activate the log table.<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"406\" height=\"406\" src=\"https:\/\/expert-only.com\/wp-content\/uploads\/2017\/08\/ssis-2008-gestion-options-logs.jpg\" alt=\"Right-click from Visual Studio to configure the SSIS log.\" class=\"wp-image-1180\" srcset=\"https:\/\/expert-only.com\/wp-content\/uploads\/2017\/08\/ssis-2008-gestion-options-logs.jpg 406w, https:\/\/expert-only.com\/wp-content\/uploads\/2017\/08\/ssis-2008-gestion-options-logs-300x300.jpg 300w, https:\/\/expert-only.com\/wp-content\/uploads\/2017\/08\/ssis-2008-gestion-options-logs-150x150.jpg 150w\" sizes=\"auto, (max-width: 406px) 100vw, 406px\" \/><figcaption class=\"wp-element-caption\"><em>Right-click in the package to configure the SSIS log..<\/em><\/figcaption><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"h-2-select-the-ssis-log-provider-type-for-sql-server\"><span class=\"ez-toc-section\" id=\"2-select-the-ssis-log-provider-type-for-sql-server\"><\/span>2. Select the SSIS log provider type for SQL Server<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Once in the <strong>Configure SSIS Logs<\/strong> window in the <strong>Providers and Logs<\/strong> tab configure the window as below. For the type of log storage, several choices are offered, in this example, choose the SQL Server type. In this example, choose the SQL Server type, i.e. <strong>SSIS Log provider for SQL Server<\/strong> to store the logs in a table. Then choose the configuration.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"696\" height=\"586\" src=\"https:\/\/expert-only.com\/wp-content\/uploads\/2017\/08\/ssis-2008-gestion-options-logs-2.jpg\" alt=\"Select the type of log provider for SQL Server here it is the dbo.sysssislog table\" class=\"wp-image-1181\" srcset=\"https:\/\/expert-only.com\/wp-content\/uploads\/2017\/08\/ssis-2008-gestion-options-logs-2.jpg 696w, https:\/\/expert-only.com\/wp-content\/uploads\/2017\/08\/ssis-2008-gestion-options-logs-2-300x253.jpg 300w\" sizes=\"auto, (max-width: 696px) 100vw, 696px\" \/><figcaption class=\"wp-element-caption\">Select the type of log provider for SQL Server<\/figcaption><\/figure><\/div>\n\n\n<p><\/p>\n\n\n\n<p>Note that <strong><em>it is not possible to choose the name of the table to store the Integration Services logs<\/em><\/strong>. The SSIS log table is called dbo.sysssislog.<\/p>\n\n\n\n<p>Regarding data manipulation with SQL Server, here is <a href=\"https:\/\/expert-only.com\/en\/t-sql\/sql-server-pivot-query-example\/\"><strong>how to use the SQL Server PIVOT<\/strong><\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-embed aligncenter is-type-wp-embed is-provider-sql-and-it-tutorials wp-block-embed-sql-and-it-tutorials\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/expert-only.com\/en\/t-sql\/sql-server-pivot-query-example\/\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-3-select-the-ssis-events-logged-during-the-package-execution\"><span class=\"ez-toc-section\" id=\"3-select-the-ssis-events-logged-during-the-package-execution\"><\/span>3. Select the SSIS events logged during the package execution<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Finally, it is possible to customise the monitoring of treatments in the <strong>Details<\/strong> tab. Here is a chosen configuration to avoid generating too many logs. With only the options OnError, OnPostExecute and OnPreExecute.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>OnError\u00a0<\/strong>: Transcribes errors that occurred in Control Flow and Data Flow.<\/li>\n\n\n\n<li><strong>OnPostExecute&nbsp;<\/strong>: Transcribes the end of tasks in the Control Flow.<\/li>\n\n\n\n<li><strong>OnPreExecute\u00a0<\/strong>: Writes the start of tasks in the control flow.<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"587\" src=\"https:\/\/expert-only.com\/wp-content\/uploads\/2017\/08\/ssis-2008-gestion-options-logs-3.jpg\" alt=\"Choose the three events OnError, OnPreExecute and OnPostExecute\" class=\"wp-image-1182\" srcset=\"https:\/\/expert-only.com\/wp-content\/uploads\/2017\/08\/ssis-2008-gestion-options-logs-3.jpg 700w, https:\/\/expert-only.com\/wp-content\/uploads\/2017\/08\/ssis-2008-gestion-options-logs-3-300x252.jpg 300w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/><figcaption class=\"wp-element-caption\">Choose the three events OnError, OnPreExecute and OnPostExecute<\/figcaption><\/figure><\/div>\n\n\n<p>However, it is possible to configure the SSIS package log to be enhanced according to the needs of the project by ticking specific events to be tracked. From the <strong>Configure SSIS Logs<\/strong> window, select the key events. It is recommended to configure the SSIS log with the necessary information only, so as not to have too verbose a result. As a reminder, selecting all events makes the log long and difficult to analyse.<\/p>\n\n\n\n<p>That is for a simple and efficient way to enable SSIS package logging in SQL Server to monitor packages execution and status. Finally, here is an article with <strong>the list of SSIS error codes found in SSIS logs<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-embed aligncenter is-type-wp-embed is-provider-sql-and-it-tutorials wp-block-embed-sql-and-it-tutorials\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"ujgYNTJcan\"><a href=\"https:\/\/expert-only.com\/fr\/ssis\/liste-des-erreurs-ssis\/\">Liste de toutes les erreurs SSIS<\/a><\/blockquote><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;Liste de toutes les erreurs SSIS&#8221; &#8212; SQL and IT Tutorials\" src=\"https:\/\/expert-only.com\/fr\/ssis\/liste-des-erreurs-ssis\/embed\/#?secret=ERHagOsdYQ#?secret=ujgYNTJcan\" data-secret=\"ujgYNTJcan\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Configure the management of logs generated by SSIS packages in 3 steps to handle errors and warnings. There are different solutions to enable SSIS package logging, such as storing them in the sysssislog table, in SQL Server. Configuring log <a class=\"mh-excerpt-more\" href=\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/\" title=\"Enable SSIS package logging in SQL Server\">&#8230;<\/a><\/p>\n<\/div>","protected":false},"author":1,"featured_media":10869,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[516],"tags":[],"class_list":{"0":"post-25552","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-ssis"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.7 (Yoast SEO v26.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Enable SSIS package logging in SQL Server - Integration Services<\/title>\n<meta name=\"description\" content=\"Enable and configure the SSIS package logging in SQL Server, stored in the dbo.sysssislog system table, select the errors and events.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Enable SSIS package logging in SQL Server\" \/>\n<meta property=\"og:description\" content=\"Enable and configure the SSIS package logging in SQL Server, stored in the dbo.sysssislog system table, select the errors and events.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/\" \/>\n<meta property=\"og:site_name\" content=\"SQL and IT Tutorials\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ExpertOnlyCom\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-18T05:51:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/macro-1452987_1920x1080.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Expert-Only\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@expert_only\" \/>\n<meta name=\"twitter:site\" content=\"@expert_only\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Expert-Only\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/\"},\"author\":{\"name\":\"Expert-Only\",\"@id\":\"https:\/\/expert-only.com\/en\/#\/schema\/person\/406a9576b52944f018739a42046873ef\"},\"headline\":\"Enable SSIS package logging in SQL Server\",\"datePublished\":\"2024-03-18T05:51:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/\"},\"wordCount\":662,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/expert-only.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/texture-design-9D617D2FB8C_1920x1080.jpg\",\"articleSection\":[\"SSIS\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/\",\"url\":\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/\",\"name\":\"Enable SSIS package logging in SQL Server - Integration Services\",\"isPartOf\":{\"@id\":\"https:\/\/expert-only.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/texture-design-9D617D2FB8C_1920x1080.jpg\",\"datePublished\":\"2024-03-18T05:51:39+00:00\",\"description\":\"Enable and configure the SSIS package logging in SQL Server, stored in the dbo.sysssislog system table, select the errors and events.\",\"breadcrumb\":{\"@id\":\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#primaryimage\",\"url\":\"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/texture-design-9D617D2FB8C_1920x1080.jpg\",\"contentUrl\":\"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/texture-design-9D617D2FB8C_1920x1080.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"en\",\"item\":\"https:\/\/expert-only.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Enable SSIS package logging in SQL Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/expert-only.com\/en\/#website\",\"url\":\"https:\/\/expert-only.com\/en\/\",\"name\":\"SQL and IT Tutorials\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/expert-only.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/expert-only.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/expert-only.com\/en\/#organization\",\"name\":\"Expert-Only\",\"url\":\"https:\/\/expert-only.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/expert-only.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/expert-only.com\/wp-content\/uploads\/2017\/09\/cropped-logo_Expert-Only.jpg\",\"contentUrl\":\"https:\/\/expert-only.com\/wp-content\/uploads\/2017\/09\/cropped-logo_Expert-Only.jpg\",\"width\":381,\"height\":174,\"caption\":\"Expert-Only\"},\"image\":{\"@id\":\"https:\/\/expert-only.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/ExpertOnlyCom\/\",\"https:\/\/x.com\/expert_only\",\"https:\/\/www.youtube.com\/channel\/UCMS5sR_FwAetB0FmciNvUaA\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/expert-only.com\/en\/#\/schema\/person\/406a9576b52944f018739a42046873ef\",\"name\":\"Expert-Only\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/expert-only.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/084b15660763ff5b13bb60b2f52f97bb?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/084b15660763ff5b13bb60b2f52f97bb?s=96&d=identicon&r=g\",\"caption\":\"Expert-Only\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Enable SSIS package logging in SQL Server - Integration Services","description":"Enable and configure the SSIS package logging in SQL Server, stored in the dbo.sysssislog system table, select the errors and events.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/","og_locale":"en_US","og_type":"article","og_title":"Enable SSIS package logging in SQL Server","og_description":"Enable and configure the SSIS package logging in SQL Server, stored in the dbo.sysssislog system table, select the errors and events.","og_url":"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/","og_site_name":"SQL and IT Tutorials","article_publisher":"https:\/\/www.facebook.com\/ExpertOnlyCom\/","article_published_time":"2024-03-18T05:51:39+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/macro-1452987_1920x1080.jpg","type":"image\/jpeg"}],"author":"Expert-Only","twitter_card":"summary_large_image","twitter_creator":"@expert_only","twitter_site":"@expert_only","twitter_misc":{"Written by":"Expert-Only","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#article","isPartOf":{"@id":"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/"},"author":{"name":"Expert-Only","@id":"https:\/\/expert-only.com\/en\/#\/schema\/person\/406a9576b52944f018739a42046873ef"},"headline":"Enable SSIS package logging in SQL Server","datePublished":"2024-03-18T05:51:39+00:00","mainEntityOfPage":{"@id":"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/"},"wordCount":662,"commentCount":0,"publisher":{"@id":"https:\/\/expert-only.com\/en\/#organization"},"image":{"@id":"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#primaryimage"},"thumbnailUrl":"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/texture-design-9D617D2FB8C_1920x1080.jpg","articleSection":["SSIS"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/","url":"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/","name":"Enable SSIS package logging in SQL Server - Integration Services","isPartOf":{"@id":"https:\/\/expert-only.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#primaryimage"},"image":{"@id":"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#primaryimage"},"thumbnailUrl":"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/texture-design-9D617D2FB8C_1920x1080.jpg","datePublished":"2024-03-18T05:51:39+00:00","description":"Enable and configure the SSIS package logging in SQL Server, stored in the dbo.sysssislog system table, select the errors and events.","breadcrumb":{"@id":"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#primaryimage","url":"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/texture-design-9D617D2FB8C_1920x1080.jpg","contentUrl":"https:\/\/expert-only.com\/wp-content\/uploads\/2022\/09\/texture-design-9D617D2FB8C_1920x1080.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/expert-only.com\/en\/ssis\/enable-ssis-package-logging-sql-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"en","item":"https:\/\/expert-only.com\/en\/"},{"@type":"ListItem","position":2,"name":"Enable SSIS package logging in SQL Server"}]},{"@type":"WebSite","@id":"https:\/\/expert-only.com\/en\/#website","url":"https:\/\/expert-only.com\/en\/","name":"SQL and IT Tutorials","description":"","publisher":{"@id":"https:\/\/expert-only.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/expert-only.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/expert-only.com\/en\/#organization","name":"Expert-Only","url":"https:\/\/expert-only.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/expert-only.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/expert-only.com\/wp-content\/uploads\/2017\/09\/cropped-logo_Expert-Only.jpg","contentUrl":"https:\/\/expert-only.com\/wp-content\/uploads\/2017\/09\/cropped-logo_Expert-Only.jpg","width":381,"height":174,"caption":"Expert-Only"},"image":{"@id":"https:\/\/expert-only.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ExpertOnlyCom\/","https:\/\/x.com\/expert_only","https:\/\/www.youtube.com\/channel\/UCMS5sR_FwAetB0FmciNvUaA"]},{"@type":"Person","@id":"https:\/\/expert-only.com\/en\/#\/schema\/person\/406a9576b52944f018739a42046873ef","name":"Expert-Only","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/expert-only.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/084b15660763ff5b13bb60b2f52f97bb?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/084b15660763ff5b13bb60b2f52f97bb?s=96&d=identicon&r=g","caption":"Expert-Only"}}]}},"_links":{"self":[{"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/posts\/25552","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/comments?post=25552"}],"version-history":[{"count":0,"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/posts\/25552\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/media\/10869"}],"wp:attachment":[{"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/media?parent=25552"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/categories?post=25552"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/expert-only.com\/en\/wp-json\/wp\/v2\/tags?post=25552"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}