How to disable CLR integration in SQL Server
EXEC sp_configure 'clr enabled', 0;
RECONFIGURE WITH OVERRIDE;
Go
RECONFIGURE WITH OVERRIDE;
Go
MSDEVBUILD - Community of Microsoft AI, Azure and Xamarin by Suthahar - Solution Architect for Microsoft AI, Azure, Xamarin | Tech Author and Speaker
Microsoft AI, Azure & Xamarin specialist. Tech Author, Speaker & Community Builder since 2007.
0 Comments