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

Content with tags T-SQL, Programming, Miscellaneous, Performance Tuning and Scaling Rss

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

SQL Server 7, 2000 (3)     Basic Querying (1)     Performance Tuning (1)    
Visual Basic 6 (2)     Basics (1)     Strategies (1)    
ADO (1)     Database Design (1)     XML (1)    
   Items 1 to 3 of 3   
 

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,303 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,199 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,785 reads
   Items 1 to 3 of 3