下面的示例从当前数据库删除用户 test。
EXEC sp_dropuser 'test'
下面的示例从 SQL Server 中删除登录 test。
EXEC sp_droplogin 'test'
转载于:https://www.cnblogs.com/cuibq/archive/2011/06/27/3801915.html
下面的示例从当前数据库删除用户 test。
EXEC sp_dropuser 'test'
下面的示例从 SQL Server 中删除登录 test。
EXEC sp_droplogin 'test'
转载于:https://www.cnblogs.com/cuibq/archive/2011/06/27/3801915.html
>