Right now I'm working on an application (ASP.NET 2.0, SQL 2005) which uses stored procedures for all SQL, apparently so nobody has to "play find the SQL" (their words) in the application.<BR><BR>The ...
Peter revisits an earlier tip on how to use stored procedures to speed up your code. This version makes your stored procedures simpler … though you may have to write a little more code to make the ...