Sql Server 2005 Query
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
Can we recover the data deleted from a table in SQL Server Database
How to get number of records in a table
Different Date and Time Format
split function in sql
syntax to drop constraint
How to disable CLR integration in SQL Server
Home
>>
Dababase Interview Questions
>>
Sql Server 2005 Query
How to Enable CLR integration in SQL Server
Posted on October 19th , 2010 by Admin
EXEC sp_configure 'clr enabled', 1;
RECONFIGURE WITH OVERRIDE;
Go
Site Search