October 5, 2010 at 8:06 am
Hello Friends,
I want to run the 64 bit SSIS package from the SQL job agent. I understand I need to select 'Operating System (CmdExec)' as the Job 'Type'. Does anyone know what is the syntax to enter in the Command line in the Job Step properties ?
Many thanks,
Paul
October 5, 2010 at 8:27 am
pwalter83 (10/5/2010)
Hello Friends,I want to run the 64 bit SSIS package from the SQL job agent. I understand I need to select 'Operating System (CmdExec)' as the Job 'Type'. Does anyone know what is the syntax to enter in the Command line in the Job Step properties ?
Many thanks,
Paul
You could do that, but why not pick: SQL Server Integration Services Package, if that's what you're trying to run?
Take a look at DTExecUI for generating the command line text for you. You do not need this if you use "SQL Server Integration Services Package" instead.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 8, 2010 at 11:35 am
pwalter83 (10/5/2010)
Hello Friends,I want to run the 64 bit SSIS package from the SQL job agent. I understand I need to select 'Operating System (CmdExec)' as the Job 'Type'. Does anyone know what is the syntax to enter in the Command line in the Job Step properties ?
Many thanks,
Paul
Paul,
By default the package will execute with the 64bit runtime when using 'SQL Server Integration Services Package' job step type. The use of CmdExec is only required if you want to execute your package in 32bit mode.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply