Error:
Fix : Error : Msg 6263, Level 16, State 1, Line 2 Enabling SQL Server 2005 for CLR Support
Fix/Workaround/Solution:
1) Enable Server for CLR Support.
2) Run following query in Query Analyzer
sp_CONFIGURE 'clr_enabled',1
GO
RECONFIGURE
GO
If CLR procedure is used without enabling CLR, it will show error message as .NET Framework is not enabled.
Reference : Pinal Dave (http://blog.SQLAuthority.com)












how can we deactivate a executed full text catlog command?
how to i do the item 1?
1) Enable Server for CLR Support?