Rob Volk

15.3K posts

Rob Volk

Rob Volk

@sql_r

SQL Server DBA in the Metro Atlanta area, moves electrons for a living. I do deranged things in SQL Server...so you don't have to.

Atlanta, GA USA Tham gia Temmuz 2010
836 Đang theo dõi2.7K Người theo dõi
Rob Volk đã retweet
Simple Talk
Simple Talk@Simple_Talk·
If you have never heard of #SQLTrain, it is a very economical way to meet several of the big names in the Microsoft Data Platform world. It travels from Vancouver WA (US) to Seattle on the Sunday between the SQL Sat event held in Vancouver and Seattle.
English
1
1
0
183
Rob Volk đã retweet
Andy Yun
Andy Yun@SQLBek·
#SQLTrain 2024!
Andy Yun tweet mediaAndy Yun tweet mediaAndy Yun tweet mediaAndy Yun tweet media
Washington, USA 🇺🇸
0
4
25
801
Rob Volk đã retweet
Andy Yun
Andy Yun@SQLBek·
Continuing the #SQLTrain tradition
Andy Yun tweet mediaAndy Yun tweet media
Portland, OR 🇺🇸 English
2
2
24
567
Rob Volk
Rob Volk@sql_r·
@getwired Which is recursive, as Michael Crichton was inspired by Disneyland animatronics when he wrote Westworld :)
English
0
0
0
42
Rob Volk
Rob Volk@sql_r·
@AngryPets Thanks for suggestions. I was also bummed the job tokens didn't cover it. I got the impression that it's not accessible from the SQL process space, but only SQLAgent exec. Every attempt at introspection within the job yields nothing. No XE either.
English
0
0
0
17
Michael K. Campbell
Michael K. Campbell@AngryPets·
@sql_r Hopefully, me saying "I don't think it can be done" will inspire someone to prove me wrong and Rob'll get the answer he's looking for ;) This is a fun enough question though. SOMETHING in the job engine is keeping tabs on this. Just don't think it's surfaced until END of job.
English
1
0
0
29
Rob Volk
Rob Volk@sql_r·
#sqlhelp Is there a way for a SQLAgent job step to know which schedule started the job at runtime? I know it's logged in the history, but can't tell if it can be determined while running. Thanks.
English
1
0
2
335
Anna Hoffman
Anna Hoffman@AnalyticAnna·
TIL you can have spaces in database names 🤯🤦🏽‍♀️
English
19
0
24
4.6K
Rob Volk
Rob Volk@sql_r·
@sqlstudent144 I was hoping there was an overlooked column or function somewhere that I, well, overlooked.
English
0
0
1
45
Rob Volk
Rob Volk@sql_r·
#sqlhelp is there an easier way to determine if a query plan is trivial, other than shredding the plan xml? Query Store isn't an option unfortunately. Thanks.
English
2
0
0
592
Rob Volk
Rob Volk@sql_r·
@sqlstudent144 Well there's other things I need to look for, plus comparing plan elements programmatically. Text shredding is bit fussier.
English
1
0
0
85
Rob Volk
Rob Volk@sql_r·
@erikdarlingdata ¡Gracias! I was working on a similar query, appreciate the timesave.
English
0
0
1
36
Darling Data
Darling Data@erikdarlingdata·
@sql_r There's a check for that in BlitzCache, if you want to make life a little easier: #L3060" target="_blank" rel="nofollow noopener">github.com/BrentOzarULTD/…
English
1
0
3
109
Rob Volk
Rob Volk@sql_r·
@sqlstudent144 Yeah, that's on option, and it should be fast enough. It just wouldn't show off my mad XML shredding skillz. Plus the 10K plans I have to search
English
1
0
1
73
Kenneth Fisqher (the q is silent)
Kenneth Fisqher (the q is silent)@sqlstudent144·
@sql_r If all you want to do is to see if it's specifically trivial couldn't you just do a pattern match on the XML? It won't be super fast but faster than shredding the XML properly.
English
1
0
0
73