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
Artificial Intelligence (AI) is one of the most exciting technologies in our world today. But the terms that come with it like GenAI, LLMs, ...
0 Comments