Pages

Tuesday, September 09, 2008

SQL Statements or Stored Procedures

The eternal question. Here are a couple of recommended articles, though...

http://articles.techrepublic.com.com/5100-10878_11-5766837.html
http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1214541,00.html

and a useful discussion
http://forums.asp.net/p/1309149/2573570.aspx
stating that in the case I'm interested in, having parametrized queries produced by a generator (like Entity Framework), SQL statements work as well as stored procedures.

No comments: