Skip to content

Commit 43af534

Browse files
authored
Update README.md
1 parent a63bd05 commit 43af534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ EXEC [master].[dbo].[RestoreDatabase]
5555
```
5656
EXEC [master].[dbo].[RestoreDatabase]
5757
@BackupFile = N'\\Path\To\BackupFile\Backup.bak',
58-
@Database = N'TestDB',
58+
@Database = N'TestDB',
5959
@LogToTable = 'Y',
6060
@PreservePermissions = 'Y'
6161
```

0 commit comments

Comments
 (0)