SQL Server CLR AssembliesCLR stands for Common Language Runtime. This blog post is about writing SQL Server stored procedures and functions […] February 20, 2017 in SQL Server tagged procedure / functions / clr / C# / assembly / T-SQL / SQL Server CLR by Mike
SQL Server User-Defined FunctionsIn SQL Server, user-defined functions (UDFs) are similar to stored procedures, except that they do not support OUTPUT […] February 5, 2017 in SQL Server tagged functions / sql / clr / function by Mike
.NET IntroductionWhat is .NET? .NET is a framework created by Microsoft for developing applications. .NET can create many different […] April 3, 2016 in C# tagged code / clr / .NET / CLI / language / runtime / intermediate / C# Getting Started by Mike