How to import data from sybase 15.0 to sql server 2008 R2 using SSIS

  • Hello,

    I am trying to create SSIS to move data from sybase to sql 2008; its actually one time task. I had been trying to use export/import but having no luck, the table has about 3 million records. Any suggestions?

    Thanks

  • What's not working?

    If you have a driver to read the data from Sybase, it ought to be simple to use the import/export wizard.

  • When I am trying to edit the data source, my test connection was successfull. But when I try to click on the Next button, I get the following error-

    "No such interface supported (Exception from HRESULT :0x80004002 (E_NOINTERFACE))

    (System.Data)"

    Thanks

  • Hi,

    Has anybody seen the following error, can somebody suggest what do I need to do; I have

    been trying so many different ways but can't seem to get the export/import wizard to work

    for importing data from csv file.

    Thanks

    Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Source - Incidents2010_csv" (1) returned error code 0xC0202092. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.

    (SQL Server Import and Export Wizard)

  • So now you're importing from .csv instead of Sybase, correct?

    Save the package in the Import/Export wizard and look at the SSIS package in BIDS.

    Make sure everything is configured correctly. Open the dataflow and check if you can do a preview on the data.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Yes, I am importing from .csv file but I am new in SSIS; I am looking thru the BIDs Dataflow but I am not sure where I should configure or how to verify the data thru ssis.

    Thanks

  • In the dataflow, you probably have a Flat File Source.

    Open it and click on preview.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Have you considered adding a linked server to Sybase and query the data from the Linked server?

    that's the way I do!

Viewing 8 posts - 1 through 7 (of 7 total)

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