September 4, 2014 at 8:09 am
I'm a newbies develop SQL CLR. My question - What the most significant condition to use SQL CLR?
I need to know SQL CLR should be use instead T-SQL.
September 4, 2014 at 8:19 am
September 4, 2014 at 12:35 pm
i use CLR extensively, and for a lot of different reasons.
Here's a list of the things i use it for:
Lowell
September 5, 2014 at 10:19 am
I have used the CLR once before on a previous job.
I was working for a game company, and we had two development groups; game developers and website developers. I was on the web team and created the subscription and payment functionality using external web services provided by various vendors. I was using C# and the .NET framework to create this functionality.
The game developers were using Native C++ to write the game. They did not have a C++ module to consume a web service, but they did have a C++ module to consume a Stored Procedure.
So I wrote a SQL CLR stored procedure that called the various web services and contained all the business logic. This meant the user saw the same result whether they viewed the information form within the game or on the web site.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply