June 28, 2011 at 3:06 pm
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
June 28, 2011 at 4:28 pm
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.
June 30, 2011 at 2:15 pm
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
July 1, 2011 at 3:16 pm
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)
July 4, 2011 at 12:21 am
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
July 6, 2011 at 3:06 pm
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
July 6, 2011 at 11:23 pm
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
July 7, 2011 at 9:47 am
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