I have a database running in my local SQL Server 2005 express editor.
I need to import my local database into a remote server database.
To do this, I established a connection to this remote server, and now I can see this database. but when I tried to restore the database from my local machine, I get an error when I try to provide the location of the backup file. Below is the error message
EXECUTE permission was denied for the object 'xp_availablemedia', in the database 'mssqlsystemresource', schema 'sys'. The user does not have permission to perform this action. The application has been discontinued. (Microsoft SQL Server, Error: 229)
What is the problem, how can I solve it.
Please help me
source
share