We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 435e91f + f80432d commit 65ad7dcCopy full SHA for 65ad7dc
sp_Blitz.sql
@@ -6593,6 +6593,7 @@ IF @ProductVersionMajor >= 10
6593
6594
EXEC dbo.sp_MSforeachdb 'USE [?];
6595
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
6596
+ SET QUOTED_IDENTIFIER ON;
6597
INSERT INTO #BlitzResults
6598
(CheckID,
6599
DatabaseName,
sp_BlitzLock.sql
@@ -86,7 +86,6 @@ END;
86
I took a long look at this one, and:
87
1) Trying to account for all the weird places these could crop up is a losing effort.
88
2) Replace is slow af on lots of XML.
89
- - Your mom.
90
91
92
0 commit comments