Guest User

Untitled

a guest
Oct 11th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. RESTORE DATABASE [xxx]
  2. FROM URL = 'https://<account-name>.blob.core.windows.net/<container-name>/<filename>.bak'
  3.  
  4. Msg 1801, Level 16, State 1, Line 1
  5. Database 'xxx' already exists. Choose a different database name.
  6. Msg 3013, Level 16, State 1, Line 1
  7. RESTORE DATABASE is terminating abnormally.
  8.  
  9. Msg 41901, Level 16, State 2, Line 1
  10. One or more of the options (replace) are not supported for this statement in SQL Database Managed Instance. Review the documentation for supported options.
Add Comment
Please, Sign In to add comment