Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9203907
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T23:34:41+00:00 2026-06-17T23:34:41+00:00

I am trying to get an output from SSIS log, into an SQL Server

  • 0

I am trying to get an output from SSIS log, into an SQL Server table which will show me the row numbers that have been commited.

Example in picture which I got from this query

SELECT id,
       message
FROM sysssislog
WHERE SOURCE = 'client import package'
  AND message LIKE '%rows%'

enter image description here

It seems the output isn’t far off, but I can’t really check as it’s all OLE DB destination where the hell do I change this setting?

My output would idealy read something like:
Component “Data Transfer Quotations wrote 7752 rows”
Data Transfer being the name of one of my tasks…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T23:34:43+00:00Added an answer on June 17, 2026 at 11:34 pm

    You need to change the name of the OLE DB Destination within each Data Flow Task.

    Here is a very simple package that imports text file into SQL Server table. The flat file looks as shown below.

    Flat File

    The data flow task within the SSIS package is configured as shown below. It reads the file and passes the file output to two different OLE DB Destinations. NOTE: You can notice that each OLE DB Destination is given an appropriate names like All records and Only 123. This is what shows up in the log table sysssislog. Logging is enabled on the SSIS package.

    Data flow task

    When I run the following query in my logging database, I will notice the component name and the number of records inserted by each OLE DB Destination component.

    select  id
    ,       message 
    from    sysssislog 
    where   source = 'so_14560087' 
    and     message like '%rows%'
    

    I believe that this is what you are looking for. I assume that in your case you have multiple data flow tasks and OLE DB Destination within each data flow task is left with the default name OLE DB Destination. That is the reason you see the same name in the log tables. You can simply click on the OLE DB Destination component within each data flow task and provide an appropriate name for your to check the status.

    Log table

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get the output of the query 'SHOW TABLES FROM database_name' into
I'm trying to import an 82k+ row table from an access db to SQL
I'm trying to get a GDB backtrace output from GDB through PHP. I'd like
I am trying to get SED to transform the output from a TMS320C55x compiler
I am currently trying to get a script to write output from other started
Trying to convert output from a rest_client GET to the characters that are represented
I'm currently trying to get the output of an executable console-app into an other
I'm trying to get the output from a servlet on an Android phone. This
I'm trying to get console output from a program using this library uZpRunConsoleApp .
I am trying to get my datatable to take a POST JSON output from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.