Using Web Assistant to Improve performance of ASP Pages

By Bill Graziano on 22 June 2000 | Tags: Performance Tuning


This article, by Venkatraman Ambethkar, demonstrates how use the SQL Server 7 Web Assistant to speed up your ASP pages! The SQL Server Web Assistant can be used to create a static view of your database tables. If your database contains information that doesn't change extremely often, this approach provides better performance than continually hitting the database each time you wish to display database table information.

Link: Using Web Assistant to Improve performance of ASP Pages


Related Articles

Which is Faster: SAN or Directly-Attached Storage? (21 January 2008)

Benchmarking Disk I/O Performance: Size Matters! (30 October 2007)

What I Wish Developers Knew About SQL Server (Presentation) (11 October 2007)

Introduction to Parameterization in SQL Server (7 August 2007)

Using Indexed Computed Columns to Improve Performance (16 January 2007)

SQL Server Storage Engine Team Blog (7 June 2006)

Statistics Used by the Query Optimizer in Microsoft SQL Server 2005 (1 June 2005)

Improving .NET Application Performance and Scalability (29 April 2004)

Other Recent Forum Posts

Can I create differential backups tied to a specifc Full backup instead of the most recent? (2h)

My informix Sql query retruns Null always (21h)

Vehicle availability query (2d)

SSDT - Unable to reference 'master' or 'msdb' with new sdk style project (2d)

Ola Hallengren backup jobs (2d)

Compare alpha results to INT after get values from a string (5d)

Query performance Call Center data (7d)

Looking for on Premises tool to read data from SQL logs and populate data warehouse (7d)

- Advertisement -