Skip to content

Commit 025108f

Browse files
authored
Update sp_BlitzBackups.sql
Fix problem where Unicode Database Names get mangled in the sp_BlitzBackups output.
1 parent 5ff4bf2 commit 025108f

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)