How to call the method of .net dll file from Sql Server Stored Procedure?
hello all, have written code , create library file microsoft visual studio 2008 , want call functions of dll stored procedure of sql server. how can thsi? you need catalog assembly sql server , define types and/or methods create function, create procedure, create type, etc. access them from your t-sql code. here's section of sql server books online shows how this. http://msdn.microsoft.com/en-us/library/ms131102.aspx cheers, bob beauchemin, sqlskills SQL Server > .NET Framework inside SQL Server