Database Reference
In-Depth Information
You can then complete the restore options as you would do with a local backup.
In this case, the database has been called T3_cloud , mainly for reference so that it
can be easily identified. If you want to restore the existing database, you need to use
the WITH REPLACE command in the restore statement. The restore statement would
look like this:
RESTORE DATABASE t3 FROM URL = ' https://gresqlstorage.blob.core.
windows.net/sqlbackup/t3.bak '
WITH CREDENTIAL = ' N'AzureCredential' '
,REPLACE
,STATS = 5
 
Search WWH ::




Custom Search