Guest User

Untitled

a guest
May 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. exec msdb.dbo.rds_restore_database
  2. @restore_db_name='dbname',
  3. @s3_arn_to_restore_from='arn:aws:s3:::mybucket/dbbackupfile.bak'
Add Comment
Please, Sign In to add comment