Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.21 KB

File metadata and controls

36 lines (30 loc) · 1.21 KB
title MSSQLSERVER_33129
description MSSQLSERVER_33129
author MashaMSFT
ms.author mathoma
ms.date 04/04/2017
ms.service sql
ms.subservice supportability
ms.topic reference
helpviewer_keywords
33129 (Database Engine error)

MSSQLSERVER_33129

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 33129
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name SEC_CANNOT_DISABLE_WIN_GROUP
Message Text Cannot use ALTER_LOGIN with the DISABLE argument to deny access to a Windows group.

Explanation

This message occurs when attempting to disable the login of a Windows Group.

User Action

The login of a Windows Group cannot be disabled. To temporarily remove access permission granted to a Windows Group, REVOKE the CONNECT permission of the login for the Windows Group. Windows users might still have access through their individual login or through another Windows Group. The following example revokes the connect permission to the Accounting Group of the WESTCOAST domain.

REVOKE CONNECT TO [WESTCOAST\Accounting];