Thursday, 7 February 2013

SSIS INTERVIEW QUESTIONS



1)Difference between Sql server destination and oledb destination?
The SQL server destination uses shared memory to connect to the SQL server database.It also has some 
SQL Server specific optimizations that allow pushing data faster to the database (using insert Bulk).As a
 result, it will be faster than the OLEDB provider, but has more restrictions.
Most important restriction is that it will only work on a local server.So if your production environment
 has SSIS package running on a different server than the destination server, use Oledb.

2)How to handle failed rows in ssis? or 

how to handle redirected bad rows in ssis 


How to handle Failed Rows in a Data Flow

Reza Rad's Technical blog

5 comments:

  1. thank u for providing this blog...it's contains very interesting information..we are giving msbi online training...

    ReplyDelete
  2. recently i came your blog and have been read along it's very interesting..we are offering msbi online training

    ReplyDelete
  3. I am impressed with your writing skills and with the layout on your blog. For more info on MSBI click on MSBI Tutorials.

    ReplyDelete
  4. Hi,
    This is useful for basic knowledge for ssis and can you update indepth questions

    Regards
    johny.

    ReplyDelete