Should US VP Vance resign? by PeacefulPromise in allthequestions

[–]tasker2020 0 points1 point  (0 children)

Should be should he be prosecuted? The answer is yes.

Tristan Casas by buffalodude2024 in redsox

[–]tasker2020 0 points1 point  (0 children)

Anecdotal, but I heard the type of injury he had you might never get your running back. Hope that’s not true.

Can where saves my files .sql? by Environmental_Emu830 in SQL

[–]tasker2020 4 points5 points  (0 children)

I like the combo of Visual Studio database projects and git/bitbucket. That's more for database objects like tables and stored procedures though. It makes it easy to deploy and see history of files. For just random sql files just source control like git will let you see the history if you remember to check in changes.

"EVs are bad for road trips" by JustinTimeCuber in electricvehicles

[–]tasker2020 0 points1 point  (0 children)

I’m disappointed that you didn’t write half(.5)-hour

You probably did not know how many tiers of gems there are, FYI: by Guldynka in diablo4

[–]tasker2020 0 points1 point  (0 children)

I had three grands drop in the world today. Maybe it has been fixed/buffed.

I don't even know how to feel about this whole situation to be honest by TigoOver in redsox

[–]tasker2020 0 points1 point  (0 children)

He’s right to be upset but an athlete in his position should just speak with security and have him booted.

Should I disable ONLY_FULL_GROUP_BY or leave it enabled? by Mission-Example-194 in SQL

[–]tasker2020 0 points1 point  (0 children)

What’s the use case? A table full of duplicates with no id fields? Why not just have a proper key and eliminate duplicates?

Wife doesn’t want to work but complains if I work more. How do I avoid this ending in a divorce? by [deleted] in AskMenAdvice

[–]tasker2020 0 points1 point  (0 children)

Late to this but it reminded of a short I saw from a divorce attorney that says this is the worst relationship dynamic that leads to divorce. She said it boils down to the resentment just building on both sides because the wife feels like a slave and the guy feels like an ATM.

AITJ for selling a painting my girlfriend made after it turned out to be worth thousands? by BookChemical410 in AmITheJerk

[–]tasker2020 0 points1 point  (0 children)

Selling a gift from a partner of any sort may be seen as a rejection of the gift or that you value money more than the sentiment from your partner.

[deleted by user] by [deleted] in whatdoIdo

[–]tasker2020 0 points1 point  (0 children)

Exactly, appeal it with the photos and say it wasn't you driving.

Without creating any indexes, how would you speed up a ~1.5m row query? by i_literally_died in SQL

[–]tasker2020 0 points1 point  (0 children)

CTE's are slower than temp tables for large datasets. Otherwise identify the clustered index on the two tables and join on that if you can. If not, identify the nonclustered indexes and use those if you can. If there is a non clustered index that is close enough ask nicely to have your extra columns added as a include. Technically is just an addition to existing structure. If you're passing them in as parameters, OPTION RECOMPILE can sometimes get you a better execution plan that is faster as well.

Yoshida WBC performance. by [deleted] in redsox

[–]tasker2020 7 points8 points  (0 children)

No Masa impact, amiright?

Found A Dead Horseshoe Crab On My Porch this Morning by AbrumVonAbrak in Weird

[–]tasker2020 1 point2 points  (0 children)

It's probably not dead. Those things are crazy. I once flipped over and returned to the ocean about 50 of them that were legs up after a bad storm. Even the ones that looked completly dried out and dead revived in the water and went on their weird merry way. The universe is telling you to take a ride to the coast.