|
You can easy delete the unwanted users by using this stored procedure.
Features :
 |
SQL Server 2000, 2005 and 2008 compatible. |
|
 |
Delete ALL the users from a given database with one single " shot ". |
|
 |
Delete only one or a few users from a database without any impact on the remaining ones. |
|
 |
Delete ALL users from a given database except one ore many as demanded. |
|
 |
Automatically changing the deleted user’s owned schemas to dbo (for SQL Server 2005 and 2008). |
|
 |
Automatically changing the deleted user’s owned objects to dbo (for SQL Server 2000). |
|
 |
Simple and obvious usage. |
|
 |
Deliverable as stored procedure or in script format. |
|
 |
Very good visibility on performed actions. |
|
 |
Source Code and Updates Provided. Free Installation Support. |
|
 |
Easy to integrate and very flexible. |
|
|
|
|
|
|