SQL Server 2008 - CLR Integration
Microsoft SQL Server features the integration of the common language runtime (CLR) component of the .NET Framework for Microsoft Windows.
The CLR supplies managed code with services such as cross-language integration, code access security, object lifetime management, and debugging and profiling support.
This content explorer the best practices for implementing CLR code into SQL Server 2008 and the new features included in SQL Server 2008.
Lessons
-
Hands On Lab: Using SQLCLR in SQL Server 2008
SQL Server integration with the .NET Framework common language runtime (CLR) enables database programmers to implement functions, stored procedures, triggers, data types, and aggregates using managed code. This hands-on lab introduces you to writing CLR
objects using managed code. You will learn…
-
-
-
Presentation: SQLCLR Best Practices
SQL Server integration with the .NET Framework common language runtime (CLR) enables the creation of database objects such as functions and stored procedures using managed code. This presentation provides an overview of new SQLCLR features in SQL Server
2008 and introduces best practices for…