January 26, 2000 08:35 AM

SQL Server 7.0 Update Strategies

Rating: (0)
SQL Server Magazine
InstantDoc ID #8031
Learn the ins and out of updating
Server updates rows in multiple ways, automatically and invisibly choosing the fastest update strategy for a specific operation. In determining the strategy, SQL Server evaluates the number of affected rows, how it will access the rows (by a scan or an index retrieval, and through which index), and whether changes to the index keys will occur. In SQL Server 7.0, updates can happen in place or as a delete followed by an insert. (An in-pl...

...This article is for paid Professional Members only.

Already a Professional Member? Please log in now:

NOT A PROFESSIONAL MEMBER? YOU CHOOSE:

Professional Membership

Monthly

Annual

VIP Membership

Monthly

Annual

Add a Comment

update r set r.chit_code = r.chit_code
from receiptdtl r, receipt re
where r.GRNo=re.GRNo and r.chit_code='Y0001' and re.Customer_code='A009';

prasanna4/9/2004 3:57:20 AM


You must log on before posting a comment.

Are you a new visitor? Register Here
GOOGLE LINKS
SPONSORED LINKS
FEATURED LINKS