Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

how to create ssis package to copy table from one server to another server Expand / Collapse
Author
Message
Posted Thursday, December 06, 2012 12:20 AM
SSC Journeyman

SSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC Journeyman

Group: General Forum Members
Last Login: Thursday, March 21, 2013 2:14 AM
Points: 77, Visits: 184
how to create ssis package to copy table from one server to another server using BIDS
Post #1393345
Posted Thursday, December 06, 2012 12:23 AM


SSCrazy Eights

SSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy Eights

Group: General Forum Members
Last Login: 2 days ago @ 2:11 AM
Points: 9,378, Visits: 6,473
Put a dataflow on the control flow. Add an OLE DB source and an OLE DB Destination. Done.

(you can find stuff like this in even the most basic tutorial on SSIS. Did you do any research?)




How to post forum questions.
Need an answer? No, you need a question.
What’s the deal with Excel & SSIS?

Member of LinkedIn. My blog at LessThanDot.

MCSA SQL Server 2012 - MCSE Business Intelligence
Post #1393348
Posted Thursday, December 06, 2012 2:04 AM
SSC Journeyman

SSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC Journeyman

Group: General Forum Members
Last Login: Thursday, March 21, 2013 2:14 AM
Points: 77, Visits: 184
Koen Verbeeck (12/6/2012)
Put a dataflow on the control flow. Add an OLE DB source and an OLE DB Destination. Done.

(you can find stuff like this in even the most basic tutorial on SSIS. Did you do any research?)


But that will copy the data.I want to create new table on other server.
Don't know if transfer sql server objects task will do it.
Post #1393375
Posted Thursday, December 06, 2012 2:16 AM


SSCrazy Eights

SSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy Eights

Group: General Forum Members
Last Login: 2 days ago @ 2:11 AM
Points: 9,378, Visits: 6,473
You can create a new table in the OLE DB Destination component.
Or you can use the Transfer SQL Objects task.




How to post forum questions.
Need an answer? No, you need a question.
What’s the deal with Excel & SSIS?

Member of LinkedIn. My blog at LessThanDot.

MCSA SQL Server 2012 - MCSE Business Intelligence
Post #1393379
Posted Thursday, December 06, 2012 3:29 AM
SSC Journeyman

SSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC Journeyman

Group: General Forum Members
Last Login: Thursday, March 21, 2013 2:14 AM
Points: 77, Visits: 184
Thanks Koen.
Post #1393404
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse