Query Exercise Answers: Why Are These 3 Estimates So Wrong?This week’s Query Exercise challenged you to figure out why these 3 estimates went so badly: SELECT TOP […] 18 septembre 2024 dans Sites anglophones étiqueté Query Exercise Answers par brentozar.com
Query Exercise Answer: What Makes SELECT TOP 1 or SELECT ...This Query Exercise was very different: I didn’t ask you to solve a particular problem. I pointed out […] 14 août 2024 dans Sites anglophones étiqueté Query Exercise Answers par brentozar.com
Query Exercise Answer: Fixing a Slow Computed ColumnIn last week’s Query Exercise, we added a user-defined function to the Users table to check whether their […] 24 juillet 2024 dans Sites anglophones étiqueté Query Exercise Answers par brentozar.com
Query Exercise Answer: Beating ChatGPT at Finding Good Question TimesFor this week’s Query Exercise, I asked you to write a better query than ChatGPT wrote. Your goal […] 19 juin 2024 dans Sites anglophones étiqueté Query Exercise Answers par brentozar.com
Getting Data Out of an Audit Table: Answers & DiscussionIn last week’s post, I gave you a trigger that populated a history table with all changes to […] 15 mai 2024 dans Sites anglophones étiqueté Query Exercise Answers par brentozar.com
Who’s Changing the Table? Answers and DiscussionYour challenge for this week was to find out who keeps mangling the contents of the AboutMe column […] 8 mai 2024 dans Sites anglophones étiqueté Query Exercise Answers par brentozar.com
Finding Sister Locations to Help Each Other: Answers & DiscussionThis week’s query exercise asked you to find two kinds of locations in the Stack Overflow database: Locations […] 6 mars 2024 dans Sites anglophones étiqueté Query Exercise Answers par brentozar.com
Find Recent Superstars: Answers & DiscussionYour query exercise for this week was to write a query to find users created in the last […] 28 février 2024 dans Sites anglophones étiqueté Query Exercise Answers par brentozar.com
Finding Long Values Faster: Answers & DiscussionIn last week’s Query Exercise, our developers had a query that wasn’t going as fast as they’d like: […] 21 février 2024 dans Sites anglophones étiqueté Query Exercise Answers par brentozar.com
Improving Cardinality Estimation: Answers & DiscussionYour challenge for last week was to take this Stack Overflow database query to show the top-ranking users […] 14 février 2024 dans Sites anglophones étiqueté Query Exercise Answers par brentozar.com
Database Changes to Find Tagged Questions Faster: Answers and DiscussionIn the last Query Exercise discussion, we hit a performance wall when we were trying to quickly find […] 7 février 2024 dans Sites anglophones étiqueté Query Exercise Answers par brentozar.com
Finding Tagged Questions Faster: Answers & DiscussionYour query exercise was to take this Stack Overflow query to find the top-voted questions for any given […] 31 janvier 2024 dans Sites anglophones étiqueté Query Exercise Answers par brentozar.com
Finding the Best Time for Maintenance: Answers & DiscussionYour Query Exercise was to find the best time to do database maintenance by querying the Users table, […] 24 janvier 2024 dans Sites anglophones étiqueté Query Exercise Answers par brentozar.com
Find Posts with the Wrong CommentCount: Answers & DiscussionYour Query Exercise was to find denormalization accuracy problems: checking the accuracy of a reporting column, Posts.CommentCount. There […] 17 janvier 2024 dans Sites anglophones étiqueté Query Exercise Answers par brentozar.com