Hi.
I need to add a dll assembly file to my website in plesk, so i have to introduce this assembly to SQL Server. But first i should enable CLR in SQL Server by executing the sp_configure store procedure. In webadmin of plesk, i wrote this query on query manager.
//
exec sp_configure 'clr...