Skip to content

Commit bad7c57

Browse files
committed
Update README.md
1 parent 0920549 commit bad7c57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,15 @@ OK so you are all set now and you can start enjoying new stored procedures. You
4141

4242
For detailed description of what is each procedure doing behind the scenes look into [documentation file](docs/SQL%20Server%20Database%20Restore%20-%20documentation.pdf) or go through messages after its execution.
4343

44-
### Restore of database and set up autogrowth based on model database (@CheckModel since v1.2)
44+
### Restore of database and set up autogrowth based on model database*
4545
```
4646
EXEC [master].[dbo].[RestoreDatabase]
4747
@BackupFile = N'\\Path\To\BackupFile\Backup.bak',
4848
@Database = N'TestDB',
4949
@CheckModel = 'Y',
5050
@LogToTable = 'Y'
5151
```
52+
*@CheckModel parameter avaialble since v1.2
5253

5354
### Restore of database that is joined in Availability Group
5455
```

0 commit comments

Comments
 (0)