Skip to content

Instantly share code, notes, and snippets.

Created November 2, 2016 23:06
Show Gist options
  • Save anonymous/22a739fc35f403310b6d05ed69c5d61f to your computer and use it in GitHub Desktop.
Save anonymous/22a739fc35f403310b6d05ed69c5d61f to your computer and use it in GitHub Desktop.
EXEC [SSISDB].[catalog].[create_execution]
@package_name = N'ProjectPackage.dtsx',
@execution_id = @EXECUTION_ID OUTPUT,
@folder_name = N'ProjectFolder',
@project_name = N'ProjectName',
@use32bitruntime = True, -- << HERE
@reference_id = @RFID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment