Select query from data conversions
hi all, i am using data conversion transformation source of which is from one database using OLEDB SOURCE and the output goes to another database table using OLEDB DESTINATION. In OLEDB DESTINATION i want to use sql command instead of Table or View as Data access mode. The sql command would be written as INSERT destinatio table SELECT columns from SOURCE. Can we do this?? The reason i am trying to do this is because i want to add make modifications in one of the column values using the SQL command
October 25th, 2011 9:11am

If you are selecting SQL Command in Ole DB Destination then command will be like SELECT column names from destination_table_name then map in mapping tab Shailesh, Please mark the post as answered if it answers your question.
Free Windows Admin Tool Kit Click here and download it now
October 25th, 2011 9:34am

>>>Can we do this?? I do not think so. Import all data into SQL Server and make modifications there or perhaps add conversion control (make modif. here) before inserting into a destinationBest Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/
October 25th, 2011 9:38am

If you are selecting SQL Command in Ole DB Destination then command will be like SELECT column names from destination_table_name then map in mapping tab Shailesh, Please mark the post as answered if it answers your question.
Free Windows Admin Tool Kit Click here and download it now
October 25th, 2011 4:30pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics