September 2005 - Posts

I am collecting comparisons between T-SQL code and equivalent managed code inside SQL Server 2005. By now I've got these useful links, in no specific order:

Using CLR Integration in SQL Server 2005
By Microsoft

An Intro to CLR Integration in SQL Server 2005
By Sahil Malik

Choosing Between the CLR and T-SQL in SQL Server 2005
By Randy Holloway

Introducing SQL Server 2005's CLR Integration
By Shawn Wildermuth

SQL Server Chat: SQL Server 2005 Beta 2 CLR Q & A
Sponsored by SSWUG

DBAs Bar Door Against Big Bad .Net Wolf
By Lisa Vaas

User Defined Function performance comparison
By Simon Sabin

SQL 2005: .NET vs. T-SQL, the meaningless performance test

Best regards, ~gux

with 1 Comments
My today's session at the XIV Genexus International Conference, about SQL-CLR integration in SQL Server 2005 was webcasted and can be viewed here. The slides are written in English, but I spoke in Spanish.
with 0 Comments
Dan Fernandez has blogged abouth the LINQ Project (Language INtegrated Query). LINQ makes query and set operations, like SQL statements first class citizens in .NET languages like C# and VB.

LINQ project homepage at MSDN

NOTE TO MYSELF: Is LINQ somewhat related to Microsoft Research's C-omega ?

with 1 Comments