Viewing 15 posts - 796 through 810 (of 22,202 total)
I was just troubleshooting a similar issue to find the difference was the default database assigned to the user accounts. After getting query execution plans for both logins (which...
August 17, 2022 at 2:04 pm
...do you rely only on objects in LINQ to "join" tables?
Yes. You will be hard pressed to find join in any EF tutorials; other than just the places...
August 16, 2022 at 2:14 pm
One more small thing: if we are dealing with poor database design, sometimes neither tuning nor hardware helps.
PREACH BROTHER!
Writing the final chapter of the book, and the first section...
August 13, 2022 at 3:10 pm
Our C# developers (who know just enough SQL to be dangerous) write code using Entity Framework and I have trust that Microsoft will generate good SQL. So far so...
August 12, 2022 at 2:16 pm
Thanks for all the feedback everyone. Appreciated.
Me, I love tuning queries.
Yes Jeff, working on the new book. Chapter 20 right now, Graph data.
@Grant ,
Awesome... I don't know...
August 12, 2022 at 2:12 pm
Thanks for all the feedback everyone. Appreciated.
Me, I love tuning queries.
Yes Jeff, working on the new book. Chapter 20 right now, Graph data.
@Grant ,
Awesome... I don't know how...
July 26, 2022 at 11:27 am
Thanks for all the feedback everyone. Appreciated.
Me, I love tuning queries.
Yes Jeff, working on the new book. Chapter 20 right now, Graph data.
July 25, 2022 at 1:18 pm
Have fun with the baseball. Most fun I've had is going to the games with Allen White. I like watching him watch the game. Far more fun than the game...
July 19, 2022 at 7:56 pm
Thanks Rick, but I'm not actually going to Gettysburg this trip. Sorry for the confusion. This time it's Pea Ridge and Vicksburg.
July 19, 2022 at 7:55 pm
Uh oh. All the shame.
Thanks Steve.
Appreciate it Luther. I plan to hit the Virginia battlefields someday.
Tom, not sure, but I had a blast tromping around the Gettysburg battlefield with the...
July 19, 2022 at 1:14 pm
The optimizer will absolutely rearrange your WHERE clause. It's part of how it works. It'll also rearrange and reorder your JOINs. So, from the most simplistic approach, WHERE & JOIN...
July 14, 2022 at 1:59 pm
Just piling on with @ratbak
Every object in your queries should be qualified with the schema owner. If for no other reason, it reduces, in ever so tiny an amount, the...
July 14, 2022 at 1:50 pm
Thanks everyone for the feedback so far. All jives with my understanding. I've just never heard the phrase "healthy deadlocks" before, so I was curious what others thought.
July 13, 2022 at 8:09 pm
Question for the smart people, and the rest of you.
Would you endorse or get behind the statement:
Some deadlocks are healthy.
or
Some level of deadlocks is healthy.
Or is more something like:
Some level...
July 13, 2022 at 6:43 pm
Viewing 15 posts - 796 through 810 (of 22,202 total)