Skip to content

Commit 7804c0a

Browse files
committed
Removed tags from code examples
1 parent c4d7126 commit 7804c0a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.gitattributes

Whitespace-only changes.

readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@ Create an image creating a full backup
4040

4141
```powershell
4242
New-PDCImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageNetworkPath \\fileserver\psdatabaseclone\images -Database DB1 -CreateFullBackup
43-
{: .language-powershell}
4443
```
4544

4645
Create an image for multiple databases using the latest full backup
4746

4847
```powershell
4948
New-PDCImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageNetworkPath \\fileserver\psdatabaseclone\images -Database DB1, DB2 -UseLastFullBackup
50-
{: .language-powershell}
5149
```
5250

0 commit comments

Comments
 (0)