View Single Post
Old 07-20-2008, 11:00 PM   #2 (permalink)
CoryMathews
The Acquainted
 
CoryMathews's Avatar
 
Join Date: Nov 2007
Location: USA
Posts: 197
Thanks: 7
CoryMathews is on a distinguished road
Default

You might want to at least implement some stored procedures. These will speed up the time it takes to run a query because they will be precomipled instead of compiling at runtime.
CoryMathews is offline  
Reply With Quote
The Following User Says Thank You to CoryMathews For This Useful Post:
Dave (07-21-2008)