Error while exporting SQL Server 2005

  • I am trying to export may db and this is the error I get;

    Execute the transfer with the TransferProvider. (Error)

    Messages

    ERROR : errorCode=-1071607780 description=There was an error with output column "MerchantID" (43) on output "OLE DB Source Output" (12). The column status returned was: "Conversion failed because the data value overflowed the specified type.".

    helpFile=dtsmsg.rll helpContext=0 idofInterfaceWithError={8BDFE893-E9D8-4D23-9739-DA807BCDC2AC} (Microsoft.SqlServer.DtsTransferProvider)

    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476

    any ideas?... Thank you

  • First thing to do is to check that the source database is ok.

    Try selecting the max value for that column and see if you get an error.

    Try dbcc checdatabase also.

    What are you trying to do - maybe there is an easier way.


    Cursors never.
    DTS - only when needed and never to control.

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

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