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
  • Demo: SQL Server 2008 CLR - New Supported .NET Libraries for Custom Assemblies
  • Demo: SQL Server 2008 CLR - Nullable Types support
  • Presentation: SQLCLR Best Practices