November 28, 2007 at 2:21 pm
Hello All
After reading more and more of the code that was written by a front-end developer, I need to go thru all the sprocs and replace the entries that use BCP with code that calls a SSIS package.
I am not sure though how I can fire off the package from within the sproc. Can I call the PackageID? Just like I would launch a SQL job?
Any advice on this would be greatly appreciated. Thanks in advance for your help
Andrew
November 29, 2007 at 2:12 am
I think the best way is to use SQL job. SQL 2005 has special step type: SQL Server Integration Services Package.
November 29, 2007 at 2:19 am
u can use
sp_executesql
November 29, 2007 at 10:24 am
Can you elaborate on that just a little bit? Maybe a simple code sample?
Thanks
Andrew
November 29, 2007 at 12:10 pm
I think you must read this thread:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=61765&SiteID=1
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply