Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 .NET Inside SQL Server (2005)
 How to add Assembly in Clr store Procedure

Author  Topic 

Kinjalvyas82
Starting Member

1 Post

Posted - 2009-04-01 : 11:17:14
Actually I am writing CLR Store Procedure in Visual Studio 2008. But I want add Assembly in my CLR Store Procedure. So I do I have to create class in VS or I have to create another new CLR Store procedure.
below is my Assembly code for adding references:
CREATE ASSEMBLY [ConString.dll]
FROM '\\oma100ccosdev03\AD .Net Development\_libraries\ConString.dll'
WITH PERMISSION_SET = UNSAFE
(When I write CLR Store Procedure, It is asking me for References So How can I add and where in Test Scrip? )
Please I am really lost
   

- Advertisement -