x
login about faq Site discussion (meta-askssc)

CLR Stored Procedure

I have data in one table and that data needs to be loaded to another table after some processing. I want to write a CLR Stored Procedure in C#. How to do that? I need to Log each record status in another table.

more ▼

asked Feb 16 '10 at 01:21 AM in Default

Partha gravatar image

Partha
1 1 1

(comments are locked)
10|1200 characters needed characters left

1 answer: sort oldest

This might help you get started: Using CLR Integration in SQL Server 2005

"after some processing"

it may be much more efficient to to bypass CLR and use native t-sql to do this.

more ▼

answered Feb 17 '10 at 06:08 PM

TG gravatar image

TG
1.8k 1 3

(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x343
x23

asked: Feb 16 '10 at 01:21 AM

Seen: 459 times

Last Updated: Feb 16 '10 at 01:21 AM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.