The Problem Solver

Tell me and I will forget
Show me and I will remember
Involve me and I will understand
- Confucius -

Google Ads

This Blog

Syndication

Search

Tags

News





  • View Maurice De Beijer's profile on LinkedIn

Community

Email Notifications

Explore

Archives

Enabling CLR Integration in SQL Server 2005
SQL Server CLR integration is pretty cool Smile allowing me to write .NET code and have it execute in SQL Server, for example as a stored procedure. Not that I would want to write every stored procedure using .NET code but for some of them it sure is a lot easier.
 
To enable it you need to reconfigure SQL Server a bit though. You need to enable CLR integration using the sp_configure sproc. Just don’t forget to execute a Reconfigure when done.
 
Just use:
sp_configure 'clr enabled', 1
go
reconfigure
go
And you are ready to go Smile
 
Enjoy!
 
Published Mon, Feb 19 2007 9:49 by Maurice
Filed under: ,

Comments

# re: Enabling CLR Integration in SQL Server 2005@ Thursday, July 10, 2008 3:26 AM

I would like to install SpatialDB. I see warning message "you must make sure CLR intergration is enabled on the database before proceeding". I ask Mr.Google, he tell me this post "Enabling CLR Integration in SQL Server 2005"

Thank you very much!

Ho Nguyen

http://VietBDS.com

# re: Enabling CLR Integration in SQL Server 2005@ Tuesday, November 25, 2008 10:35 PM

I don't see Enabling CLR option in SQL server 2008?

Khanh

http://bandovang.com

by khanh