When dropping a SQL Server 2008 login as part of integration test execution I sometimes get the following error:
System.Data.SqlClient.SqlException: Could not drop login 'SomeTestUser' as the user is currently logged in.
I don't care if it's logged in - I still want to drop it. What's the easiest way to do this?