Skip to content

Commit f39d549

Browse files
Update sp_PerfCheck.sql
1 parent aacc21a commit f39d549

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sp_PerfCheck/sp_PerfCheck.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,8 +1339,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13391339
50,
13401340
N'Default Trace Permissions',
13411341
N'Inadequate permissions',
1342-
NULL,
1343-
NULL,
1342+
N'N/A',
1343+
N'System Trace',
13441344
N'Access to sys.traces is only available to accounts with elevated privileges, or when explicitly granted',
13451345
N'GRANT ALTER TRACE TO ' +
13461346
SUSER_NAME() +

0 commit comments

Comments
 (0)