When dropping a SQL Server 2008 login as part of integration test execution I sometimes get the following error:
System.Data.SqlClient.SqlException: Cou
If you know what database they will be connected to, you could set the database to single user mode, with rollback immediate, that'll drop their sessions.