Thank you for the explanation it's very useful. I was wondering if you meant Lost update in the example with Non-repeatable read instead? timestamp was 5:43
@dinsharma14092 ай бұрын
Hi Kendra, big fan of your presentation, Just say there wasn't "row level security limitation" and you get implicit conversion message how do you fix it? Is there a video or website it describes in detail thanks!
@Drewzdev2 ай бұрын
When I update a record and it turns into records because I get my where clause wrong, I use ALT+F4 to close my sessions, and ALT + P to print my resume.
@cwaddy8782 ай бұрын
I have the exact same problem on our SQL cluster and did not find this helpful I am sorry to say. All that and then "reboot", I thought there would be a process described on how to actually find the root cause and how to resolve.
@8359s3 ай бұрын
The best video that I found on the topic.
@arungowda3 ай бұрын
Brings the question : how are isolation levels different from database locks?
@abhay62763 ай бұрын
Only theory is boring to listen...it would have been better if you show in practical. 😊
@sreekanthreddy24974 ай бұрын
I got the script but I find out after searching for very long time. If you provided the script name that would be helpful. any way thanks for the wonderful video
@rahimliparviz5 ай бұрын
why are you the best teacher? huh?
@rahimliparviz5 ай бұрын
I have looked a several explation but yours is the simplest and the best! thanks!
@NancyMancarious5 ай бұрын
Sometimes I wish that I work with you :)
@robertkorth6056 ай бұрын
The simplest, shortest and clearest presentation of the topic i have found so far. Thank you.
@khaledghazy65136 ай бұрын
Invalid column name 'plan_forcing_type_desc'. why this appear ?
@doumkatekz6 ай бұрын
Really cute idea, but those are some odd examples compared to how you might normally see them used.
@NancyMancarious7 ай бұрын
Hi Kendra... is there room to negotiate not signing that clause that states I am not allowed to work with a competitor?
@NancyMancarious7 ай бұрын
Hi Kendra and Eric... On the topic of CTEs: I think I have to disagree with you, from a logical processing standpoint, on wanting TSQL to filter window functions within the same query. Because as a user, you're expected to think that filtering on rows is done first (where clause), then grouping (group by clause), then group filtering (having clause)... then at last, the select statement get executed ... so you really can't filter window functions in the where clause of the same query. Unless what you mentioned about snowflake does a CTE in the behind scenes .. which I'd argue isn't a helpful thing to nudge users to understand the processing aspects in the background. What do you think? :)
@kunaldedhia55027 ай бұрын
Very interesting video Awesome
@NancyMancarious7 ай бұрын
thank you so much for this guide on how to think about optimizing a query!
@nathanchasse81897 ай бұрын
you catalyze my sql
@BezAmt8 ай бұрын
too much un nessary talks
@MohitKesarwaniPhoton9 ай бұрын
For one line she wasted my 17 min. Shit these types of videos
@Kendra_Little9 ай бұрын
I will refund your money promptly
@daneh87936 ай бұрын
Not only was the video not a waste, it was *extremely* helpful to here Kendra's breakdown on how to approach an execution plan review, not to mention the positive affirmation of don't give up on the plan, keep going, etc. It's a shame you took so little away from this.
@vaishnavkumar63609 ай бұрын
Why don’t you add detail course for performance tuning or optimisation in sql server from basics
@parthabhowmik474711 ай бұрын
That was a great explanation, thanks 😊
@PepeFuego36911 ай бұрын
Just found your content. Great content. 2024
@jodypilsworth150411 ай бұрын
Fun discussion to listen to. Miss you in Pdx Kendra. And thanks to Eugene, you have a great way of making some of the complex PBI concepts understandable. Thank you both.
@sqlgene11 ай бұрын
Thanks for the feedback and great to hear!
@nikolaybaranov2213 Жыл бұрын
Thnks, usefull. But <Shift> + <Alt> +Up/Down Arrow is more pratice insted of <Ctrl>+Mouse moving
@SQLDevDBA Жыл бұрын
Just watched this one again for the laughs. Thank you! We need more live Dear SQL DBA sessions!
@selsoft Жыл бұрын
Kendra attended the meeting with pyjamas?
@ralphstrong3117 Жыл бұрын
👇 'promosm'
@KostikAr Жыл бұрын
Very helpful, thanks
@awesomeworld557 Жыл бұрын
Very well explained, Thanks you!
@Zikato25 Жыл бұрын
What a great interview! Michael is an incredibly smart guy and was kind enough to answer my questions when I was starting with DB automation some time ago.
@MichaelSosis Жыл бұрын
amazingly simple explanations of the very complicated subject. Thank you!
@claudiodeluca2357 Жыл бұрын
👍👍👍
@gustavmulder Жыл бұрын
The force is genuinely strong with these two. Much respect for their FORCE abilities, no pun intended 😆
@dbloke99 Жыл бұрын
STAR interview method has become very popular lately. e.g. Tell me about a time you resolved a performance problem/dealt with a difficult co-worker/failed miserably. Rather than, what's the difference between a clustered non clustered index? That one still weeds out a lot of the pretend DBAs though!
@Finezzato Жыл бұрын
Hello Legends! :)
@felonyspunelli Жыл бұрын
Why am I watching thumbnail sized images of you two having a discussion?
@jamirajamira7303 Жыл бұрын
I remembered your article about wide indexing with hashbytes back in the day. I'm now a data engineer.
@leebrownhill Жыл бұрын
Good to see you back Kendra!
@jatziberoja04 Жыл бұрын
What is Pass? Also you look familiar from somewhere
@jurieferreira8977 Жыл бұрын
Kendra Little you look great with long hair!
@anhvu3691 Жыл бұрын
Hi Kendra, just happened to see your channel. Do you have any sql books recommended for newbies into sql developer career? Thank you.
@maheshvenkata6226 Жыл бұрын
How to fix this huge number of rows
@MadhukarTiwari-k8j Жыл бұрын
Hello, Can we do a partial stats update like 20% or 50% on a table, if yes then please help with command