Tuesday, March 20, 2012

Accessing .NET dlls from Stored procedures

Can anyone tell me is it possible to register and access .NET dlls from Stored procedures
and how to call those methods in those dlls from Stored proceduresI know that it is possible but I haven't done so myself. You would use an extended stored procedure and a type library conversion to get this to work with SQL Server 2000.

Terri

No comments:

Post a Comment