DML error logging

  • Oracle 10g2 offers DML error logging, which enables to load data with traditional SQL without having a complete roll-back in case one record is refused.  http://orafaq.com/node/76

    This is almost similar to loading capabilities of ETL-tools (at least in the error-handling department)

    Does anyone have a clue whether Microsoft is going to add such functionality to SQL Server 2005?

     

  • This would be a question best asked of one of the SQL Server development teams at Microsoft. You can certain ask for it as a recommendation here:

    Microsoft Connect - SQL Server

     

    K. Brian Kelley
    @kbriankelley

  • I have screamed at the development team in MicroSoft when are you going to implement this incredible feature...

    insert a million or two rows and if one produces and error it goes into a error bucket and the rest succeed c'mon

    that's awesome and it works. Oracle's ODI data warehousing tool is based on Error Logging DML... how can SQL server

    even say they can compete with Oracle on this one. A must have for SQL servers next release...

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

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