SQL 2017 Clr strict security hatası

SQL 2017 Clr strict security hatası

sp_configure ‘clr enabled’, 0GORECONFIGUREGO EXEC sp_configure ‘show advanced options’,1;GORECONFIGURE;GOEXEC sp_configure ‘clr strict security’,0;GORECONFIGURE;GO SQL RESTART EDİLMELİ Yukarıdaki işi çözmez ise detay yetki dahil aşağıdakileri uygulayınız…

Tamamını Oku..