Skip to content

Commit 98462c2

Browse files
Merge pull request #34345 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents aa4fb17 + 162ea32 commit 98462c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-sql/virtual-machines/windows/backup-restore-to-url-using-managed-identities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ When the original database with the same name exists in the storage, the backup
130130
```output
131131
Msg 1834, Level 16, State 1, Line 35
132132
RESTORE DATABASE AdventureWorks
133-
from URL = 'https://<storage-account-name>.blob.core.windows.net/<container-name>/AdventureWorks.bak'
133+
FROM URL = 'https://<storage-account-name>.blob.core.windows.net/<container-name>/AdventureWorks.bak';
134134
Msg 1834, Level 16, State 1, Line 35
135135
The file 'C:\Server\sqlservr\data\AdventureWorks.mdf' cannot be overwritten. It is being used by the database 'AdventureWorks'.
136136
Msg 3156, Level 16, State 4, Line 35

0 commit comments

Comments
 (0)