Skip to content

Commit a5fb597

Browse files
committed
Modified nul device to NUL instead of /dev/null
1 parent b0d2f6e commit a5fb597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/sql-big-data-cluster/bootstrap-sample-db.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ BEGIN
137137
-- Set recovery to full
138138
EXECUTE @proc N'ALTER DATABASE CURRENT SET RECOVERY FULL';
139139

140-
SET @command = CONCAT(N'BACKUP DATABASE ', @db_name, ' TO DISK = ''/dev/null'';' );
140+
SET @command = CONCAT(N'BACKUP DATABASE ', @db_name, ' TO DISK = ''NUL'';' );
141141
EXEC(@command);
142142
END;
143143

0 commit comments

Comments
 (0)