Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to prevent SQL Server registration????/ 1

Status
Not open for further replies.

johnny123

Programmer
Jun 27, 2001
1
GB
I need to prevent users registering a server on their machine but need them to have permissions on the DB - can I prevent someone registering the SQL server from a machine on the network and still allow them all capabilities??

Thanks
 
Hi johnny,

You can not prevent users from registrating the server if they have access to any of the DB.
What you can do is to define their access only to require DB and only required level of access.
Howewer, in that case, user can register the SQL server, but can do anything only as per security rights.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top