Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Teaser
Message
From
08/02/1999 16:28:50
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Teaser
Miscellaneous
Thread ID:
00185277
Message ID:
00185277
Views:
57
Since there's no activity here maybe I can generate some...

This is a favorite of mine. First, without trying it, which query would you expect to generate more IO:

SELECT MIN(column1), MAX(column1) FROM table
SELECT MIN(column1), (SELECT MAX(column1) FROM table) FROM table

IMPORTANT: It only works on 6.5 and there must be an NC index on column1!!!

After you've guessed, run both queries. Don't forget to SET STATS IO ON to get the IO counts.

Have fun

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Next
Reply
Map
View

Click here to load this message in the networking platform