﻿<?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 / SQL Server 2005 General Discussion  / Assemblies in SQL server 2005 / 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>Fri, 24 May 2013 05:18:01 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Assemblies in SQL server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1357781-149-1.aspx</link><description>List of assemblies can be found in SSMS under [Database]/Programmability/Assemblies. You can right-click and generate CREATE script or else.Also, you can "select * from sys.assemblies" to see all registered assemblies in database.What do you mean by "view the code for the created assembly in sql server"? You cannot see the code itself, as assembly is compiled into DLL and code is not placed into SQL server itself, registration of assembly creates the reference to DLL - that's it. </description><pubDate>Wed, 12 Sep 2012 02:52:47 GMT</pubDate><dc:creator>Eugene Elutin</dc:creator></item><item><title>Assemblies in SQL server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1357781-149-1.aspx</link><description>Hi All,I have created a new assembly in the sql server database, by using the below code below:--Create the required assembliesCREATE ASSEMBLY ISOSUniversalComponentFROM '\\172.33.54.59\po\Component\DotNetComponent.dll' /*The path were the DLL is copied*/WITH PERMISSION_SET = UNSAFE;GONow i wanna view the assembly created, so how to view the code for the created assembly in sql server 2005?Thanks in Advance,Arun</description><pubDate>Tue, 11 Sep 2012 22:42:33 GMT</pubDate><dc:creator>arun1989klncit</dc:creator></item></channel></rss>