How to drop a SQL Server Login and all its dependencies
https://www.sqlshack.com/drop-sql-server-login-dependencies/
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: 1. Open SSMS 2. Connect to a SQL Server instance 3. In Object Explorer, go to « Security » node then logins 4. Right-cli…
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: 1. Open SSMS 2. Connect to a SQL Server instance 3. In Object Explorer, go to « Security » node then logins 4. Right-cli…
DA: 36 PA: 16 MOZ Rank: 55