如何使用T-SQL告诉SQL Server数据库是否将TRUSTWORTHY属性设置为on或off
在SSMS中:
右键单击数据库,属性,选项杂项下的最后一条记录
在T-SQL中:
select is_trustworthy_on from sys.databases where name = 'dbname'