EXEC sp_configure 'show advanced options' , '1';
reconfigure;
EXEC sp_configure 'clr enabled' , '1' ;
reconfigure;
EXEC sp_configure 'show advanced options' , '0';
reconfigure;
Monday, July 11, 2011
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment