You may receive an error message when you try to run an existing CLR object or create an assembly that has the external_access or unsafe permission set on a database that is attached or restored from a different server
USE
GO
ALTER DATABASE SET TRUSTWORTHY ON
EXEC sp_changedbowner 'sa'
No comments:
Post a Comment