Related resources for SQLCLR
  • SQLCLR vs. T-SQL - Performance Comparison2/3/2023 8:44:05 AM. Before comparing the performance of SQLCLR and TSQL, just have a quick at the definition of SQLCLR.
  • Enabling SQLCLR in SQL20054/21/2016 7:30:27 AM. This video shows enabling SQLCLR through, Surface area configuration tool.
  • Creating C# function and Deploying it as SQLServer Function4/13/2016 5:05:52 AM. This video shows creating a C# function and then deploying it in the SQL Server. After deployment, the function can be used as SQL Server built-in function.
  • SQLCLR Debugging5/20/2012 5:21:19 AM. In SQL Server 2005, CLR integration allows you to write stored procedures, triggers, user-defined types, and user-defined functions using any .NET Framework language, including Microsoft Visual Basic .NET and Microsoft Visual C#. In this article, I will explain how to debug SQLCLR stored procedure or SQLCLR user-defined function.
  • SQLCLR Debugging10/24/2005 12:00:42 AM. In SQL Server 2005, CLR integration allows you to write stored procedures, triggers, user-defined types, and user-defined functions using any .NET Framework language, including Microsoft Visual Basic .NET and Microsoft Visual C#. In this article, I will explain how to debug SQLCLR stored procedure or SQLCLR user-defined function.