SQLUSA

Microsoft SQL Server 2000 Best Practices

 

How to drop a Windows login from the server?

 

The following scripts demonstrates the removal of a login with Windows authentication:

USE master

EXEC sp_revokelogin 'FinanceNET\jsmith'

 


The World Leader in SQL Server Training
 
SQLUSA.com Home Page