Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 sa Permissions on only one database on the server

Author  Topic 

thisisboni
Starting Member

6 Posts

Posted - 2013-09-05 : 17:25:26
A user wants to test a software application that has a SQL Server 2008 R2 database. The user needs to

1. Log into the SQL Server and see ONLY one database
2. Have permissions to backup that database
3. Have permissions to delete that database
4. Have permissions to restore that database from the backup created in step 2

How can I do this -- looking for steps to perform on the SQL Server (2008 R2) and the O/S (Windows Server 2008 R2)

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2013-09-05 : 19:47:33
Install a new instance and provide sysadmin. Otherwise, you'll have to assign all sorts of server-level roles. Might as well do sysadmin on a dedicated instance.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

thisisboni
Starting Member

6 Posts

Posted - 2013-09-05 : 21:22:56
It's a dev server so don't have much resources to do that :( -
Go to Top of Page
   

- Advertisement -