To REVOKE previously granted CONNECT permission on a Mirroring Endpoint in SQL Server from a login run following query:
USE master;
REVOKE CONNECT ON ENDPOINT::Mirroring_Endpoint_Name FROM [domain_name\user_name];
GO
|
|||||
How to REVOKE CONNECT on a Mirroring Endpoint in SQL ServerTo REVOKE previously granted CONNECT permission on a Mirroring Endpoint in SQL Server from a login run following query: USE master; |
|||||
Copyright © 2012 - 2022 SQL Server Administration Blog | zarez.net - All Rights Reserved -
Disclaimer: All information, and code samples, is provided "AS IS" without warranty of any kind. Please verify all the information and code samples before using them. zarez.net shall not be liable for any direct, indirect or consequential damages or costs of any type arising out of using the sample code or any other information from this site. Powered by WordPress & Atahualpa |