SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Articles with tags Programming, Performance Tuning and Scaling, Miscellaneous, ADO Rss

Refine your search with one of the following additional tags (with number of items):

SQL Server 7, 2000 (3)     Basics (1)     T-SQL (1)    
Visual Basic 6 (2)     Database Design (1)     XML (1)    
ASP (1)     Performance Tuning (1)    

Search for any content tagged Programming & Performance Tuning and Scaling & Miscellaneous & ADO

   Items 1 to 3 of 3   
 

Reducing Round Trips - Part 3

This week Andy continues his series on how to reduce the number of round trips to the server by looking at some things you can easily add to your applications without a lot of rearchitecting.   Read more...
Rating: |  Discuss |  Briefcase | 7,655 reads

Reducing Round Trips - Part 2

Last week Andy started a discussion of the various ways you can reduce the number of round trips to the server. This week he continues by looking at a method he used recently to do client side caching of data to eliminate the round trip altogether. Gotta read it!   Read more...
By Andy Warren 2002/02/06 | Source: SQLServerCentral.com | Category: Performance Tuning
Rating: |  Discuss |  Briefcase | 8,914 reads

Taming the Stateless Beast: Managing Session State

Running a Web farm means managing session state across servers. Since session state can't be shared across a Web farm with Internet Information Services 5.0, a custom solution is required. One such solution using a tool called the session manager is described here.   Read more...
Rating:  Rate this |  Briefcase | 893 reads
   Items 1 to 3 of 3