Is there a way to alter the permission set for all the assemblies under a database at once?
I am seeing the error Assembly 'Logger' cannot be loaded because this edition of SQL Server only supports SAFE assemblies.
So I want to change the permission from Unsafe to Safe for all the assemblies under a particular database.
Help appreciated!!