It's written in front.
This series of articles is divided into four parts:
1. CLR Overview.
2. Perform CLR integration programming in Visual Studio and deploy to SQL Server, including stored procedures, triggers, custom functions, custom types, and aggregations.
3. CLR integrated programming debugging and problems encountered.
4. Use the CLR to synchronize SQL Server tables and SharePoint list (from actual project applications).
This series of articles is based on the following software environments:
Windows Server 2003 Enterprise Edition Service Pack 2
Microsoft Visual Studio Team System 2008
Microsoft SQL Server 2008
Microsoft Office Sharepoint Server 2007
Preparatory work
By default, SQL Server's allowed state for the CLR is turned off, and we need to open it in Query Analyzer and set the CLR to allow, so that the server will open CLR execution conditions for all database instances. You can follow these steps:
Exec sp_configure ' clr enabled '