View Single Post
  #94 (permalink)  
Old 08-28-2007, 03:19 AM
vijayanand vijayanand is offline
D-Web Analyst
 
Join Date: Feb 2007
Posts: 293
vijayanand is on a distinguished road
Default Re: Website Performance Tips & Tricks

Website Performance Tips:

Database Related

  • Use SQL Server or another professional level database over Access.
  • Use stored procedures over simple SQL queries.
  • Connection Pooling - ensure connection pooling is enabled by using a DSN (Data Source Name) in the ODBC Data Source Administrator.
__________________

J.Vijayanand
Reply With Quote