The new features sound very cool, but after using SQL Server 2000 everyday for a long time now, I don't know how quickly I'd start implimenting CLR stuff.I am correct in assuming that using the CLR in SQL Server 2005 will be slower then a normal non-CLR thing? (Like a regular SQL sproc vs. a CLR hosted sproc)
As above very good piece about the new features, the demonstrations didn't appear very clearly in the video.
Hi all,Thanks for the feedbacks. Potty: Given the timespan I just gave an overview of the features. For a matter of fact we can take detailed sessions on each topic for hours though.Abhishek: Comminities are close to my heart too and for the very reason had to highlight some of the activities that we do in Bangalore, India. I think we will get more people interested in doing cummunity activities.Tekmaven: Your concern and *assumption* is like what most of the people think. I recently wrote an article "Making the most of CLR" for SQL Server Magazine on this very topic. If you have a subscription then read it: http://www.windowsitpro.com/Article/ArticleID/45673/45673.html. It is NOT always that CLR will be slower than T-SQL. Yes, for data intensive tasks the bet would surely go for T-SQL as it is closer to data. But on the contrary think of all the other activities that T-SQL is not elegant or should I say optimized for like heavy string manipulations, math calculations. Here I see CLR can surely outperform. Typical example would be to use RegEx type of funtionality that sometimes would be impossible to implement. Next as discussed in the video trying to write Extended Stored procedures or calling a webservice, implementing system operations as Eventlog or File IO operations. I feel here CLR does get an edge. So we need to weigh our options before implementing them. Just my $.20 ...Hope you liked the video.Vinod KumarMVP - SQL Serverwww.ExtremeExperts.com
Hi Vinod
The video was good, unfortunately I had to listen to it atleast 3-4 times to catch up on your speed, I believe you were speaking little fast, if you could be bit slower in your speech that would have been a great help:-)
Also, every time when we see video's about CLR integration with SQL Server, almost everybody gave the same example, like FSO, String Operation...; not sure if that's the only advantage of using .NET in SQL or there is more, if somebody from your / SQL Team can provide more example on "Why somebody should use CLR or C# within SQL" might be that would be of great help.
Thanks
PP