sp_droplogin (Transact-SQL)
SQL Server 2012
Removes a SQL Server login. This prevents access to an instance of SQL Server under that login name.
Important
|
|---|
|
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use DROP LOGIN instead. |
Important