DROP LOGIN (Transact-SQL)
SQL Server 2008 R2
Removes a SQL Server login account.
A login cannot be dropped while it is logged in. A login that owns any securable, server-level object, or SQL Server Agent job cannot be dropped.
You can drop a login to which database users are mapped; however, this will create orphaned users. For more information, see Troubleshooting Orphaned Users.