To use CLR(.Net) defined objects in SQL Server. We need to enable CLR functionality in SQL Server.
To enable CLR functionality in SQL Server, execute the following command in Sql Server Management Studio. sp_configure 'clr enabled', 1 GO Reconfigure GO
No comments:
Post a Comment