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

Articles with tags Miscellaneous, Performance Tuning and Scaling, Programming, SQL Server 7, 2000 Rss

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

ADO (3)     Analysis Services (1)     Data Warehousing (1)     Performance Tuning (1)    
T-SQL (3)     ASP (1)     Database Design (1)     Strategies (1)    
Visual Basic 6 (3)     Basic Querying (1)     OLAP Server (1)     XML (1)    
Administering (1)     Basics (1)    

Search for any content tagged Miscellaneous & Performance Tuning and Scaling & Programming & SQL Server 7, 2000

   Items 1 to 7 of 7   
 

Performance Monitoring by Internal Fragmentation Measurement

It has not been clear to what extent fragmentation, either internal or external, truly affects the performance of your SQL Server 2000 databases. New author Koby Biller discusses some of the impacts that it could have and has a free tool for download that can help you determine how fragmented your disk truly is.   Read more...
Rating: |  Discuss |  Briefcase | 7,942 reads

Dealing With Changing Data

As Chris points out, in most applications these days you end up having to go with optimistic locking, which presents a few challenges. Chris works through the list of options. If you're building web/disconnected apps and need anything besides last update wins, this one is for you.   Read more...
Rating: |  Discuss |  Briefcase | 8,457 reads

Importing And Analyzing Event Logs

Another new author! Gheorge shares some ideas about importing event logs and using OLAP to analyze the results. Not a bad idea at all. How many of use OLAP as often as we should? Read the article, see if it's something you want to try - and let Gheorge know what you think!   Read more...
By Gheorghe Ciubuc 2003/05/28 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 10,862 reads

Using Interface-Based Programming Techniques in SQL Server

Programmers can most commonly relate to interface-based programming in their programming language. This is harder to accomplish in SQL Server though. In this article by Chris Cubley, he shows you how to build interfaced-based SQL.   Read more...
Rating: |  Discuss |  Briefcase | 6,253 reads

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,631 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,862 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 | 877 reads
   Items 1 to 7 of 7