Hi,
On our production SQL server 2012 Enterprise 64bit instance, the other DBA is able to execute a stored proc but I can't with same parameters. The nature proc has more than 1200 lines with lots of #temp tables, table variables and dynamic queries. I did recompile the proc but that did not fix the issue.
Is there anything to do with catching, compilation/recompilation for #temptables and table variables?
I can confirm we are both sysadmin for sure and permission settings for both of us are exact same.
Please help!!!
Thanks,
KongDBA