Synchronizing SQL Server and SharePoint list data through the CLR (ii)

Source: Internet
Author: User
Tags microsoft sql server

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 '

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.