I managed to download the QuickBooks Data Provider and QuickBooks SSIS Component which allowed me to create an ADO NET Source linked to a OLE DB Destination in SSIS.
I am relatively new to SSIS so have a few questions at this stage:
- If I want to import a new table in the ADO NET Source I then seem to have to delete the existing OLE DB Destination. Is this correct or is there a workaround for example if say someone is importing multiple tables linked to multiple destinations (in my case SQL Server 2008 R2 Developer)?
- If data is updated in SQL Server can/should it be reciprocated/viewed in QuickBooks? I am not sure what the protocol is here in terms of what is right or wrong.
- Is there a free alternative to RssBus http://www.rssbus.com/ado/quickbooks/screenshots.aspx as I only have a trial version?
N.B. I followed these instructions but using ADO NET Source in SSIS as there is no DataReader Source in BIDS 2008 R2:http://www.rssbus.com/kb/articles/ado-ssistask.rst
Many Thanks for any advice.