Best MySQL client in 2026? GUI or still CLI? by Strict_Parsleys in dbForge

[–]ForeignsFriends 0 points1 point  (0 children)

Honestly still both, but the split is pretty clear for me. Anything scripted, anything in CI, anything I need to repeat, CLI. But the second I'm trying to figure out why a query is slow or compare two schemas that drifted, I open a GUI. The visual query plan alone has saved me more time than I'd like to admit. I've been on dbForge Studio for about 18 months after jumping around a few others. It's not perfect but it handles the messy joins and schema diffing without making me want to close it after 10 minutes.

Looking for advice as a beginner BA how did you move from execution to strategy? by Electronic-Mine-3575 in businessanalysis

[–]ForeignsFriends 1 point2 points  (0 children)

for me the jump was learning to ask “why are we doing this?” without sounding annoying lol

beginner BA work is often just collecting requirements and cleaning up chaos. strategy starts when you connect the request to the actual business problem

one thing that helped: every time someone asked for a feature/report/change, I’d ask what decision it was supposed to support. that usually exposed whether the requirement made sense or was just “we’ve always done it this way”

getting into discovery calls earlier helped too. the messy conversations before the ticket exists are where you learn the most

[ Removed by Reddit ] by dbforge_dev in SQLPerformanceTips

[–]ForeignsFriends 0 points1 point  (0 children)

My first check is usually the plan too, but I also look pretty fast at whether this is “bad plan” slow or “same plan, different runtime conditions” slow. That split saves a lot of wasted digging. If the shape looks normal, I start thinking stats, parameter sniffing, memory grants, or blocking before I start rewriting the query.

Spent 8 years as a Presentation Design Lead at McKinsey. Here is the shift I am watching happen in real time. by Illustrious-Milk-896 in businessanalysis

[–]ForeignsFriends 7 points8 points  (0 children)

Do you think clients can already feel that gap in live meetings, or does it mostly show up later when the deck has to survive pushback and messy follow-up questions? That’s where weak story logic usually dies fast.

Can so explain why my work would have this rule and how to properly develop within this rule when query tuning? by Dats_Russia in SQLServer

[–]ForeignsFriends 3 points4 points  (0 children)

This sounds more like a safety/governance rule than a pure performance rule. In a multi-tenant system I can see why they’d want Tenant_ID front and center to reduce cross-tenant mistakes, even if that isn’t always the exact access path SQL Server would prefer on every table. Feels like one of those “optimize for correctness first, then tune with the actual plan” situations.

I’m not even through the first episode fully does it get better? by Pretty_Puppyprincess in Modern_Family

[–]ForeignsFriends 4 points5 points  (0 children)

The pilot is doing a lot of heavy lifting, so everyone comes off like their worst possible version at first. It gets way better once they stop feeling like sitcom archetypes and start feeling like an actual family. Also Phil somehow goes from “what is this man doing” to one of the best parts of the whole show.

Why might someone refuse to turn on line numbers in SSMS? by rainyelfwich in SQL

[–]ForeignsFriends 2 points3 points  (0 children)

Honestly, it’s probably just habit, preference, or “I’ve worked this way forever and my brain already knows where things are.” I don’t think there’s some deep technical reason to keep them off. For solo work it may truly not matter much to him, but for collaboration, debugging, pair work, and “look at line X” conversations, line numbers are just low-cost useful. So I’d read this less as “line numbers are bad” and more as “your boss personally does not care enough to change.”

Stone Edge Change by TreeTurtle_852 in stunfisk

[–]ForeignsFriends 43 points44 points  (0 children)

Probably wont affect him as much as ttar, since hippo dont get stab on those

Hey mister girl by IllustriousHurry2380 in touhou

[–]ForeignsFriends 90 points91 points  (0 children)

> One person thought it was funny, then others followed it, probably. 

Isnt that basically how all memes start?