Home Forums Testing Center SQL Server Security Skills EXECUTE permission denied on object ''sp_OACreate'', database ''master'', owner ''dbo''. RE: EXECUTE permission denied on object ''''sp_OACreate'''', database ''''master'''', owner ''''dbo''''.

  • I'll state the obvious.  Are you sure that the Online SQL Server Account has permissions to execute the stored Procedures?  If the account doesn't have high enough permissions to allow execute of all procedures, you may want to check the permissions of the user to see if it has been granted Execute on those SP's. 

    TJP8