First, a little background. We haven't moved to ASP.NET yet, so I'm still using GetRows() to retrieve recordsets. We have search pages that bring back a certain number of records per page. Right now, ...
Stored procedures can speed up your code by reducing trips to your database -- even if you only have one SQL statement to execute. Here's how to speed up your application (and how to simplify your ...