Comments on: Meme Monday for April https://thomaslarock.com/2012/04/meme-monday-for-april/ Thomas LaRock is an author, speaker, data expert, and SQLRockstar. He helps people connect, learn, and share. Along the way he solves data problems, too. Tue, 10 Apr 2012 02:45:15 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: SQLCLR: Good? Or Evil? #MemeMonday | Strate SQL https://thomaslarock.com/2012/04/meme-monday-for-april/#comment-6880 Tue, 10 Apr 2012 02:45:15 +0000 http://thomaslarock.com/?p=8421#comment-6880 […] Is SQLCLR good or evil?  Thomas LaRock (Blog | @SQLRockstar) is asking that question this month in his #MemeMonday blog party. […]

]]>
By: ThomasLaRock https://thomaslarock.com/2012/04/meme-monday-for-april/#comment-6879 Tue, 10 Apr 2012 01:40:00 +0000 http://thomaslarock.com/?p=8421#comment-6879 In reply to R. G. Price.

Agreed!

]]>
By: R. G. Price https://thomaslarock.com/2012/04/meme-monday-for-april/#comment-6877 Mon, 09 Apr 2012 21:39:00 +0000 http://thomaslarock.com/?p=8421#comment-6877 Of course regular expressions, but I don’t use those in production in my case.

Mathematical calculations. Basically a set formula (this is “model scoring” (predictive analytics)).

In the case of the scoring formulas, its just a deterministic scalar function into which several values are passed and a result is calculated.

But, as a former application programmer, I think that there is a big problem (which is being addressed by MS little by little) with the separation of application code and SQL code (and this is only worse in the non-MS development world).

As an application developer the SQL code is also not at all transparent. It’s annoying as an application developer to have logic “hidden” in SQL triggers and stored procs where seeing what’s happening becomes difficult and not obvious.

My dream, and probably that of many, would be to be able to trace into code and have it jump seamlessly between application source code and database layer code. To be able to step into a process that inserts a record, and then if there is an INSTEAD OF trigger or AFTER trigger on the table, to trace right into that code within the same environment as if it were just another source file.

I think MS is working in that direction, the new VS 11 and their stand alone Data Tools environment point in that direction.

But yeah, I think that writing and deploying CLR should be as simple as writing and deploying any normal SQL object, and debugging the code should be as simple as well.

]]>
By: April #Meme15 Assignment | Strate SQL https://thomaslarock.com/2012/04/meme-monday-for-april/#comment-6876 Mon, 09 Apr 2012 20:04:36 +0000 http://thomaslarock.com/?p=8421#comment-6876 […] fact, #mememonday is today and the question is SQLCLR: Good? Or Evil?. __spr_config = { pid: '4f0f3c54396cef08be000364', title: 'April #Meme15 Assignment', ckw: […]

]]>