Viewing 8 posts - 1 through 8 (of 8 total)
I agree with Rune Bivrin's comment. There are two correct answers, as far as I can tell.
--> Steve Jones: If we are incorrect, please provide test data that clearly demonstrates...
February 16, 2021 at 10:08 am
@sizal0234 (SSCrazy):
Need little help. What version of AdventureWorks sample DB is being used in "Stairway to SQL Server Indexes"
I see some difference while running sample queries in my...
January 7, 2020 at 3:57 am
I'm curious about one more thing....
In Level 2 and most of Level 3, the number of logical reads I observed matches very close with the values given by the author....
January 5, 2020 at 1:18 am
<Quote>
After creating the clustered index shown above, the resulting table / clustered index would look like this:
SalesOrderID SalesOrderDetailID ProductID OrderQty UnitPrice
26 rows of data shown
As you look at the sample...
January 4, 2020 at 2:29 am
Additional information provided by my friend, Microsoft Access MVP Ben Clothier, via a private email (after I thanked him):
"You're welcome! To be honest it did puzzle me for a bit;...
December 24, 2019 at 3:52 am
Hi Jeff,
Care to provide an example INSERT query or two that demonstrates the possible surprise you mention--I assume in this case the possibility of double booking a room?
Thanks
December 20, 2019 at 11:09 pm
A friend of mine, Microsoft Access MVP Ben Clothier, provided a fix. Change the following line of code from "less than" to "less than or equal to":
December 20, 2019 at 9:34 pm
SQL Server 2017 (CU18)
I cannot get Joe Celko's example to work, as advertised!
create table Hotel
(room_nbr integer not null,
arrival_date date not null,
...
December 19, 2019 at 5:01 am
Viewing 8 posts - 1 through 8 (of 8 total)