Skip to content

Commit ef4a02c

Browse files
CopilotBrentOzar
andauthored
Revert generated Install-All-Scripts.sql change
Agent-Logs-Url: https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/sessions/7a1c9181-8160-49d9-bb4b-80459e877cd6 Co-authored-by: BrentOzar <245462+BrentOzar@users.noreply.github.com>
1 parent 2d31833 commit ef4a02c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Install-All-Scripts.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,10 +2457,10 @@ BEGIN
24572457
'Non-Default Server Config' AS FindingsGroup ,
24582458
cr.name AS Finding ,
24592459
'https://www.brentozar.com/go/conf' AS URL ,
2460-
( 'Default value: '
2460+
( 'This sp_configure option has been changed. Its default value is '
24612461
+ COALESCE(CAST(cd.[DefaultValue] AS VARCHAR(100)),
24622462
'(unknown)')
2463-
+ '. It has been set to '
2463+
+ ' and it has been set to '
24642464
+ CAST(cr.value_in_use AS VARCHAR(100))
24652465
+ '.' ) AS Details
24662466
FROM sys.configurations cr

0 commit comments

Comments
 (0)