How to Enable CLR integration in SQL Server
EXEC sp_configure 'clr enabled', 1;
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
This guide will help you get started with Microsoft Azure for free. It explains three easy ways: using a Free Azure Account Signing up for A...
0 Comments