Client i am consulting for setup an SQL Server 2017 and was using the master database for their database. They contacted me because of errors. we tried to created a new database and attempted to create a new assembly received the following error
CREATE or ALTER ASSEMBLY for assembly 'VDBAccess' with the SAFE or EXTERNAL_ACCESS option failed because the 'clr strict security' option of sp_configure is set to 1. Microsoft recommends that you sign the assembly with a certificate or asymmetric key that has a corresponding login with UNSAFE ASSEMBLY permission. Alternatively, you can trust the assembly using sp_add_trusted_assembly
I did some research and it says that this error was caused by using the same SQL instance..
That being said since they were using the master database for production and we attempted to load a new Database in the...