I am completely new to SSIS. I made a package in SQL Server 2005. I need to import it to another SQL instance, also 2005. I think I can get that done. My question is, how can I set it up so that a different Windows user can execute this package and only
this package on the instance? A development team has a Windows account that is being used for the security and I don't want to give them the ability to run any and every package that is on the instance. I only want them to be able to execute this one particular
package. Can this be accomplished and how would I do it? they are wanting to be able to execute EXECMSDB...@start_job 'JobName' from inside a stored proc. This will let them run any sp for which they have the name.
Lee Markum