StrataFrame Forum

CLR Stored Procedures

http://forum.strataframe.net/Topic24966.aspx

By Edhy Rijo - 10/21/2009

Hi,

Can anybody recommend a good book or any other source about creating complex clr stored procedures?



I have a calculation process that I was doing at the client level and due to the large amount of records that needs to be used for lookups (couple of millions) I have to move this process to a Store Procedure.



The process requires some data loops for validations, currently I am taking advantage of the SF BO functionality to Filter and Seek, but I believe in a CLR SP I would not have a BO so I may be working with a data reader object to do the looping and validations.



I will appreciate any information related to managing the data in the CLR SP. I already have a Database Project and a CLR SP created and have done some testing, but need more advance data manipulation samples in order to translate my code in the form into the CLR SP.



Thanks!
By Greg McGuffey - 10/21/2009

I can't recommend it, because I just ordered it and its in the mail, but here is the one I picked:



Programming Microsoft SQL Server 2008 (PRO-Developer)

https://www.amazon.com/gp/product/0735625999/ref=oss_T15_product




I'll let you know what I think once I get it (likely some time next week...did cheapest shipping).
By Edhy Rijo - 10/22/2009

Thanks Greg, will check it out.