Forum Discussion
akaraulli
Feb 16, 2025Brass Contributor
"Caller does not have permissions to execute the stored procedure" based on sys procedure
Did create the following procedure on my DB to read SQL Server Log: USE [MyDB] GO ALTER PROCEDURE [OMEGACA].[P_SYS_READ_POL_DEBUG] ( @p_log_no int, @p_search_1 nvarchar(4000), ...
olafhelper
Feb 18, 2025Bronze Contributor
See sp_readerrorlog (Transact-SQL) - SQL Server | Microsoft Learn
=> Permissions.