drop user u1

出现如下错误:

Msg 15136, Level 16, State 1, Line 1

The database principal is set as the execution context of one or more procedures, functions, or event notifications and cannot be dropped.

 

 

执行如下语句

select *from sys.sql_modules where execute_as_principal_id=database_principal_id('u1')

 

删除/修改 结果集中的存储过程

转载于:https://www.cnblogs.com/stswordman/archive/2008/08/28/1278704.html

Logo

昇腾计算产业是基于昇腾系列(HUAWEI Ascend)处理器和基础软件构建的全栈 AI计算基础设施、行业应用及服务,https://devpress.csdn.net/organization/setting/general/146749包括昇腾系列处理器、系列硬件、CANN、AI计算框架、应用使能、开发工具链、管理运维工具、行业应用及服务等全产业链

更多推荐