all groups > sql server programming > november 2006 >
You're in the

sql server programming

group:

Securables


RE: Securables John Bell
11/17/2006 11:27:02 AM
sql server programming:
Hi Leila

Securables are in one of three possible scopes server, database, and schema.
They can be logins, assemblies, tables etc etc... See
http://msdn2.microsoft.com/en-us/library/ms190401.aspx for a more detailed
description. You can GRANT
http://msdn2.microsoft.com/en-us/library/ms178569.aspx ,DENY
http://msdn2.microsoft.com/en-us/library/ms188338.aspx or REVOKE
http://msdn2.microsoft.com/en-us/library/ms187728.aspx different permissions
on a securable to control how your system is secured.

HTH

John
[quoted text, click to view]
Re: Securables Tibor Karaszi
11/17/2006 8:22:03 PM
You can grant some login to for instance change password on another login. The later login is in
this context a securable.

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/


[quoted text, click to view]
Securables Leila
11/17/2006 10:39:19 PM
Hi,
Why a SQL Server Login is securable? How do we secure it?
Thanks in advance,
Leila


AddThis Social Bookmark Button