Hi All,
There is a SSIS package to execute processing of SSAS DB(process server) and then sync to another SSAS DB(query server), which is configured under SQL Server Agent Job. I ran it by click on 'Start job at step..' and it went successful. I noticed below content of message in 'View History' for same job:
"Executed as user: XX\YYYYYYY. Microsoft (R) SQL Server Execute Package Utility Version 12.0.6205.1 for32-bit Copyright (C) Microsoft Corporation. All rights reserved. Started: 4:11:27 PM Execution ID: 7090352. To view the details for the execution, right-click on the Integration Services Catalog...."
I rechecked and confirmed SQL Server installation is 64 bit only, but why I got this message which is saying Execute Package Utility ran as 32 bit. how this is possible? I gone through below documentation of Microsoft but it doesn't say what i want to know. Also it is guiding how to run this in 32 bit env whereas I am looking for 64 bit env.
https://support.microsoft.com/en-my/help/934653/how-to-use-the-64-bit-sql-server-agent-to-schedule-a-sql-server-2005-i
can anyone please help on this, why it is showing as 32 bit bit in message? And how can I make/run it under 64 bit? will there be any consequences of it if runs under 64 bit?
Any hints, comments, guide, help will be highly appreciated.
Thanks in Advance,