July 13, 2009 at 3:52 pm
Hi,
Could any one tell me how to schedule a SSIS package as a SQL Server Agent job on a 64 bit Windows machine with 64 Bit SQL Server installed?
Thank You,
Yours
SQL Buddy.
July 13, 2009 at 6:04 pm
July 13, 2009 at 9:21 pm
Exec Xp_cmdshell 'dtexec /sq pkgOne /ser productionServer'
Search for dtexec in help for more info.
July 14, 2009 at 9:06 am
Hi JayaKumar,
Thank you very much for your reply.
But the issue is even more complex than what the article says on a 64-bit machine.
Yours
SQLBuddy.
July 14, 2009 at 9:10 am
Hi Ghanta,
Thanks a lot for your reply.
I think xp_cmdshell is to execute the SSIS pkg through a stored procedure and I am not using any stored procedure to execute the SSIS packages as part of a job.
Yours
SQLBuddy.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply