Link to home
Start Free TrialLog in
Avatar of msdba
msdba

asked on

EXECUTE permission denied on object 'xp_sqljdbc_xa_recover', database 'master', owner 'dbo'.

Hi all,
I'm getting the below exception

Exception is: com.microsoft.sqlserver.jdbc.SQLServerException: EXECUTE permission denied on object 'xp_sqljdbc_xa_recover', database 'master', owner 'dbo'.

How to resolve this
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of msdba
msdba

ASKER

Thanks!