Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 SSIS package issue

Author  Topic 

sqlserverdeveloper
Posting Yak Master

243 Posts

Posted - 2008-12-26 : 16:48:35
I am using SQL Server 2008 in 64-bit environment:
I have created ssis package(DataFromSybaseToSQLserver) using the SSIS import and export wizard, in which the source is sybase db and the destination is sql server db. Now I want to include this package in the main ssis package, I tried with the execute package task in the main ssis package, but I do'nt see the DataFromSybaseToSQLserver ssis package when I use the Execute PAckage Task. Please advice. Thx.

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-12-26 : 17:38:36
Where did you save sybasetoSQL package?
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-12-27 : 12:14:20
seems like you've not imported the package to server.import the package to server by connecting to integration services engine and expanding stored packages msdb
Go to Top of Page
   

- Advertisement -