Run CLR code from a stored procedure
By Bill Graziano
on 14 October 2003
| 0 Comments
| Tags: Stored Procedures, CLR
This nifty little piece of code will allow you to call a .NET routine from inside a stored procedure. Follow the link to Run CLR code from a stored procedure...