Hi All,
I need to create a user in SQL Server 2005 Express Edition. That user should have the permission for taking and restoring the backup of database alone. He shouldn't have the admin rights and he shouldn't access the other databases also.
I tried with giving the "dbcreator" permissions. But still i can't restore the database.
Is it possible. If it is kindly explain me how to do this.
Thanks in advance.
Regards