Why you want to write LINQ in SQL CLR? LINQ is only a way to help you write SQL like statement in none-SQL program environment. And if you put LINQ in your SQL CLR, the performance of your SQL SProc would become a big problem.
On Thu, Mar 19, 2009 at 4:05 AM, Ash <[email protected]> wrote: > > Is LINQ replacement for Sql CLR integration? In what cases should we > choose one over another? > -- Best Regards, David Shen
