C# .net and CLR Stored Procedures Question

Posted by RPS on Stack Overflow See other posts from Stack Overflow or by RPS
Published on 2010-06-15T12:33:48Z Indexed on 2010/06/15 12:42 UTC
Read the original article Hit count: 369

Filed under:
|
|

Are normal operations like:

DELETE From Product where ProductId = x faster in CLR then normal MS SQL 2005 Server Stored Procedures?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about stored-procedures