Archive for News
Using Web Services in SQL Server CLR assemblies
SQL Server 2005 introduced a nifty new feature called CLR Integration, which essentially allows you to write triggers, procedures and functions in managed code. So why would you want to do this? To answer that question, I’ll quote from the MSDN documentation:
Managed code is better suited than Transact-SQL for calculations and complicated execution logic, and [...]
