Insecure build permission was denied in the server database of the master object

How to add rights for this:

unsafe assembly permission was denied on object 'server' database 'master' 
+7
source share
1 answer

Check and confirm that the account you use to create the assembly is sysadmin for a specific SQL instance. You must be sysadmin to install unsafe builds for MSDN

+6
source

All Articles