Sql Server 2005 Query
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
How to get number of row in each table in database
Different Date and Time Format
How to get number of days in a month
How to get first day of week
How to get number of time a character occur in a string
How to get number of records in a table
Home
>>
Dababase Interview Questions
>>
Sql Server 2005 Query
How to disable CLR integration in SQL Server
Posted on October 19th , 2010 by Admin
EXEC sp_configure 'clr enabled', 0;
RECONFIGURE WITH OVERRIDE;
Go
Site Search