How to drop a SQL Server Login and all its dependencies

Introduction Sometimes, we need to drop a SQL Server Login because we gave an access to a person who left, this login was used by an application that has been decommissioned for example. To do so, we can use SQL Server Management Studio (SSMS) as follows: Open SSMS Connect to a SQL Server instance In … Continue reading How to drop a SQL Server Login and all its dependencies