HOSTING CLR Native Methods in SQL SERVER 2005
Author:
Peter A Bromberg
Have some cool .NET code you've written that you'd like to make into a user - defined function callable from T-SQL? No problem - now you can, and that's just the beginning! In this article, we'll put together a C# class that gets a stock quote over the web from Yahoo Finance, compile it into a .NET Class library, and demonstrate how the function can be called with normal SQL Code - right from out of SQL Server 2005!
More Tutorials
|