Click here to Skip to main content
15,892,517 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm new to SSMS and BIDS and I'm trying to do a simple extract and load. I created a table in SQL with data and I'm using BIDS OLE DB source Component (with no data conversion transform) and using OLE DB Destination component. I configured the source editor to my DB and selected the table I had just created and clicked on columns and selected the columns. In the OLE DB Destination editor, I selected the same connection manager and clicked on new for table, mapped the columns and then executed the package and it ran. Problem is, no data when I go to the new table in SQL. Please, what am I doing wrong?
Posted
Comments
PIEBALDconsult 26-Jul-14 1:57am    
"I configured the source editor to my DB and selected the table I had just created"

It sounds like you are copying from an empty table.
Unfortunately SSIS and BIDS don't really lend themselves to this kind of forum, so I'm not sure how much we'll be able to help.
Patrick.MB 26-Jul-14 2:06am    
I was. I had Execute SQL Task in the control flow with a SQL Statement to delete table. I disabled the SQL Task, inserted values into table and ran it again and it worked. Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900