﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / Development  / Deplying CLR Stored procedure / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 18 May 2013 02:20:13 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Deplying CLR Stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic1005023-145-1.aspx</link><description>additinally, since you've deployed it on one server already, you can actually script them out as a binary blob and install them via a script...the script may load slow as hell when you open it in SSMS, because teh binary string is thousands of characters long, but it works:[img]http://www.stormrage.com/SQLStuff/Script_CLR_Assemblies.png[/img]</description><pubDate>Mon, 15 Oct 2012 06:09:42 GMT</pubDate><dc:creator>Lowell</dc:creator></item><item><title>RE: Deplying CLR Stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic1005023-145-1.aspx</link><description>create your assembly in your production database using the below statement.Build your project and copy your .dll to your prod server .CREATE ASSEMBLY sqlcrlProcName from 'C:\CLRProcFiles\SQLProc.dll' with PERMISSION_SET = SAFEto enable CLR feature in your database :use masterGOEXEC sp_configure 'show advanced options' , '1';reconfigure; EXEC sp_configure 'clr enabled' , '1' ;reconfigure; EXEC sp_configure 'show advanced options' , '0';reconfigure;</description><pubDate>Mon, 15 Oct 2012 05:46:21 GMT</pubDate><dc:creator>g.silampathy</dc:creator></item><item><title>Deplying CLR Stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic1005023-145-1.aspx</link><description>HI,How can i deploy the CLR Stored procedure to production i.e., different server.thanks,</description><pubDate>Fri, 15 Oct 2010 04:23:29 GMT</pubDate><dc:creator>SQL*</dc:creator></item></channel></rss>