sqlforge
We've moved to http://sqlforge.us/blog/
Friday, January 13, 2012
Enable CLR
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'clr enabled', 1;
GO
RECONFIGURE;
GO
http://msdn.microsoft.com/en-us/library/ms131048.aspx
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment