SQL Server/T-SQL Tutorial/System Functions/sp RevokeDbAccess — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 13:46, 26 мая 2010
A statement that revokes access to a database for a SQL Server login ID
EXEC sp_RevokeDbAccess JohnDoe
A statement that revokes access to a database for a Windows user account
EXEC sp_RevokeDbAccess [Accounting\SusanRoberts]