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)
 Scheduling SSIS Package

Author  Topic 

Gopher
Yak Posting Veteran

83 Posts

Posted - 2008-01-15 : 04:36:35
Hi All

I have created a SSIS Package to complete various tasks and I have managed to deploy it on SQL, however I can't find it in the Management Studio. I just want to be able to schedule this package to run as a job.

Any Ideas?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-01-15 : 05:08:47
To see the SSIS package in sql server mgmt studio,connect to Integration services engine on server where you have deployed and then open Stored Packages and then look into FileSystem if you had given option to store on file system or MSDB if you had opted to store on SQL Server.
To schedule running create a scheduled SQL Agent job for running the SSIS package on server.This article should help on this:-
http://technet.microsoft.com/en-us/library/ms139805.aspx
http://www.microsoft.com/technet/prodtechnol/sql/2005/mgngssis.mspx

Go to Top of Page

Gopher
Yak Posting Veteran

83 Posts

Posted - 2008-01-15 : 07:49:56
Fantastic

Thanks that worked perfectly!
Go to Top of Page
   

- Advertisement -