One of the C # SQL CLR

Source: Internet
Author: User
Tags name database

The CLR is a public runtime, and this article simply explains the process of writing SQL StoredProcedures in C #.

Steps

2.

3.

7. Open Settings

8.

Attention
Delete method: Note When deleting assembly, be sure to first remove all the things that refer to this Assembly
drop proc Queryqueuesp
Go
Drop Assembly Queryqueue

Finally, let's talk about the deployment of CLR stored procedures:
The Create proc Stored procedure name is the assembly name in the EXTERNAL name database. The assembly name (class name) in the assembly. The name of the program method.
Note that if you have a namespace in your program, write it like this:
Create proc Stored procedure name as EXTERNAL name in database assembly. " The program namespace. Assembly name in the assembly. The program method name.
Demo CREATE proc ssbsp as EXTERNAL NAME [Ssbmonitor]. " AuthReceiver.SSBMonitor.Processor ". [Go]

One of the C # SQL CLR

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.