Rank: Newbie Groups: Member
Joined: 11/14/2009 Posts: 1 Points: 3
|
Hi, I am new here. Using mla version 3.5a restore wizard (web hosting) I get the following error message:
User does not have permission to RESTORE database ’XXX’ RESTORE DATABASE terminating abnormally.
USE (master) GO
ALTER DATABASE „XXX’ SET SINGLE_USER WITH ROLLBACK IMMADIATE GO
RESTORE DATABASE ’XXX’ FROM DISK=…. WITH RECOVERY ,REPLACE ,NOUNLAD,STATS=10 GO
Could somebody help me please to find out what is the problem? Thanks a lot
András
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
If you are the webhoster, then check the install guide. It seems that you did configure the sysadmin connection option correctly.
If you're using myLittleAdmin from a webhoster cp, then you have to contact them as you will not have enough permissions/privileges to fix that.
|