Skip to content

Commit ed60333

Browse files
authored
Merge pull request #3724 from OZTPR/patch-1
Fix sp_BlitzBackups.sql problem where Unicode Database Names get mangled in the output.
2 parents 5ff4bf2 + 025108f commit ed60333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_BlitzBackups.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ CREATE TABLE #Warnings
237237
Id INT IDENTITY(1, 1) PRIMARY KEY CLUSTERED,
238238
CheckId INT,
239239
Priority INT,
240-
DatabaseName VARCHAR(128),
240+
DatabaseName NVARCHAR(128),
241241
Finding VARCHAR(256),
242242
Warning VARCHAR(8000)
243243
);

0 commit comments

Comments
 (0)