June 5, 2012 at 9:19 am
Hi,
I need to create a package in SSIS 2008 for the following task:
I have a database name OMB. In that database i have different schemas like bau,ssi,stg etc..
I need to move data for all the tables of bau schema in OMB database from dev area to UAT area. Please help me how can I create the package.
Thanks in advance !!
June 6, 2012 at 1:23 am
2 connection managers, 1 for DEV, the other for UAT, then you need to use as many data flow tasks as you want to copy the tables from DEV to UAT
June 6, 2012 at 2:42 am
Adding to Antony`s answer, you can do that with SSMS export feature.
Hope this helps,
Rock from VbCity
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply