SQL Server Forums
Profile | Register | Active Topics | Members | Search | Forum FAQ
 
Register Now and get your question answered!
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 SSIS using BI
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

pradeep_21
Starting Member

9 Posts

Posted - 04/25/2012 :  08:19:23  Show Profile  Reply with Quote
HI folks,

Im totally new in SSIS, how can i configure multiple database in single ssis package.

Im using Data flow task,OLEDB Source,OLEDB Destination.

If i add more than one OLEDB source and destination its getting error

scenario:

If i run this package in first time there is no issues. It was insert both destination tables. But if i did any modification in source tables after that i run the package it was appended in first destination table but not appended in 2nd destination table.

Please help me i have to implement this on live server ASAP.

Thanks
Pradeep


yosiasz
Flowing Fount of Yak Knowledge

USA
1608 Posts

Posted - 04/25/2012 :  11:02:37  Show Profile  Click to see yosiasz's MSN Messenger address  Reply with Quote
what is the error description?

<><><><><><><><><><><><><><><><><>
If you don't have the passion to help people, you have no passion
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

India
47097 Posts

Posted - 04/25/2012 :  14:48:23  Show Profile  Reply with Quote
quote:
Originally posted by pradeep_21

HI folks,

Im totally new in SSIS, how can i configure multiple database in single ssis package.

Im using Data flow task,OLEDB Source,OLEDB Destination.

If i add more than one OLEDB source and destination its getting error

scenario:

If i run this package in first time there is no issues. It was insert both destination tables. But if i did any modification in source tables after that i run the package it was appended in first destination table but not appended in 2nd destination table.

Please help me i have to implement this on live server ASAP.

Thanks
Pradeep





After each change in metadata in source (add/removing columns as well as change of datatype/length precision) you need to open the data flow task and double click on source and configure the mappings again in mappings tab to include newly added columns or pick up changes. If you're not doing it, any newly added column will not transfer data to corresponding column in destination

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
SQL Server Forums © 2000-2009 SQLTeam Publishing, LLC Go To Top Of Page
This page was generated in 0.08 seconds. Powered By: Snitz Forums 2000