I have 2 database test1 and test2. I got the backup from test1. And now i want to restore this backup into test2.
My test2 database in shared server. When I am doing restore it's get failed. and populate this error message.
Msg 3110, Level 14, State 1, Line 1
User does not have permission to RESTORE database 'databasename'.
Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.
i set the permission to the user of db_backupoperator. but it's still not restoring database. Please let me know that what i am doing wrong.
Thanks