SQL Server - Checkpoint
Wednesday, May 13, 2015
Setting : Enable 'SQL CLR' Setting.
To check current "SQL CLR" setting:
sp_configure 'clr enabled' go
To enable "SQL CLR":
use master go sp_configure 'clr enabled', 1 go reconfigure go
Below screenshot shows values before "SQL CLR" is enabled & after:
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment