|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 3:01 AM
Points: 83,
Visits: 320
|
|
We have 2 databases Source Database and Destination Database, We want to transfer data from source table records to destination tables immediately .
Can anyone provide tips to implement this by using Integration services ?
Regards, Ram
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: 2 days ago @ 3:16 AM
Points: 117,
Visits: 459
|
|
Try this tutorial
http://msdn.microsoft.com/en-us/library/ms365330(v=sql.105).aspx
Mack
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: 2 days ago @ 3:16 AM
Points: 117,
Visits: 459
|
|
| Sorry - ignore my post I misread what you had written
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Today @ 2:43 AM
Points: 4,242,
Visits: 9,491
|
|
sram24_mca (1/3/2013) We have 2 databases Source Database and Destination Database, We want to transfer data from source table records to destination tables immediately .
Can anyone provide tips to implement this by using Integration services ?
Regards, Ram
Integration Services does not sound like the right tool for the job - it's not an always-on, data-drip-feed type solution. Have you considered CDC or replication instead?
Rather than 'immediately', can you specify the maximum acceptable time between the data appearing in source and being copied to destination?
____________________________________________________________________________________________
Help us to help you. For better, quicker and more focused answers to your questions, consider following the advice in this link:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
If you are asking for help and your post does not contain a question, you should expect responses which do not contain any answers. Put a question mark in there somewhere - it's not rocket science.
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Today @ 3:36 AM
Points: 4,428,
Visits: 7,201
|
|
Ram
Use the Import/Export wizard. You have the option to run it immediately or save it as an SSIS package.
John
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Today @ 3:36 AM
Points: 4,428,
Visits: 7,201
|
|
Phil Parkin (1/3/2013) Integration Services does not sound like the right tool for the job - it's not an always-on, data-drip-feed type solution. Have you considered CDC or replication instead?
Rather than 'immediately', can you specify the maximum acceptable time between the data appearing in source and being copied to destination? Phil, I took "immediately" as meaning he wants to do it now rather than that he needs the source and destination to be always synchronised. I think we're going to need clarification.
John
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: 2 days ago @ 3:16 AM
Points: 117,
Visits: 459
|
|
John - I think he wants the package to run each time data is added/updated to a table
I think, as Phil has suggested, that replication might be his best option
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 3:01 AM
Points: 83,
Visits: 320
|
|
Hi Parkin, Consider the source data has to copied to destination with in 3 Minutes.
Regards, Ram
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Today @ 2:43 AM
Points: 4,242,
Visits: 9,491
|
|
sram24_mca (1/3/2013) Hi Parkin, Consider the source data has to copied to destination with in 3 Minutes.
Regards, Ram
OK - and what about replication or CDC?
____________________________________________________________________________________________
Help us to help you. For better, quicker and more focused answers to your questions, consider following the advice in this link:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
If you are asking for help and your post does not contain a question, you should expect responses which do not contain any answers. Put a question mark in there somewhere - it's not rocket science.
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 3:01 AM
Points: 83,
Visits: 320
|
|
Hi Parkin, Thanks, Can you please explain the CDC Concepts? I am new to this CDC Concept. Thanks in advance
Regards, Ram
|
|
|
|