Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
SQL Server 2005 Integration Services
»
How to Insert the new rows from SourceTable...
How to Insert the new rows from SourceTable to DestinationTable table Using SSIS from two different servers
Rate Topic
Display Mode
Topic Options
Author
Message
santoooo
santoooo
Posted Friday, February 27, 2009 12:01 AM
SSC Journeyman
Group: General Forum Members
Last Login: Sunday, February 17, 2013 10:35 PM
Points: 83,
Visits: 246
Dear Gurus,
My requirement in to import the new rows from source database to destination database which are in two different servers.
Can anyone please help me in this. how to import.
For example
--------------
Source.
--------------
Select * from Server1.db1.dbo.table1
Pk_Column Column1 Column2
----------- ---------- -----------
1 Value1 Value2
2 Value3 Value4
3 Value4 Value5
Destination
-------------
Select * from Server2.db1.dbo.table1
Pk_Column Column1 Column2
----------- ---------- -----------
1 Value1 Value2
Now i want to insert the two new rows(pk_Column: 2,3) from Source to destination. using SSIS package.
I have to schedule the SSIS package.. for every day end..
please help me in this.
Thank you.
Post #665528
Jack Corbett
Jack Corbett
Posted Friday, February 27, 2009 7:15 AM
SSChampion
Group: General Forum Members
Last Login: Friday, May 17, 2013 12:22 PM
Points: 10,571,
Visits: 11,871
You have a couple of options.
One is to use a Lookup transform where you send the "error rows" (rows where a match is not found) on to the Destination Component. You would need to Configure the error mode to redirect row.
The other, which will usually perform better is to insert all the rows into a staging table in the same database and then do a Left Outer Join on the destination.
Jack Corbett
Applications Developer
Don't let the good be the enemy of the best. --
Paul Fleming
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
How to Post Performance Problems
Crosstabs and Pivots or How to turn rows into columns Part 1
Crosstabs and Pivots or How to turn rows into columns Part 2
Post #665708
santoooo
santoooo
Posted Tuesday, March 10, 2009 9:39 AM
SSC Journeyman
Group: General Forum Members
Last Login: Sunday, February 17, 2013 10:35 PM
Points: 83,
Visits: 246
HI Jack Corbett,
Thank you for ur reply,
ok I will try with the loopup transform.
Could you please send me the test package using Lookup transform.
thank you.
Post #672558
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.