Viewing 15 posts - 571 through 585 (of 22,202 total)
Shifting gears a bit, I'm hoping this year that work will be happy to pay (or at least contribute) to me getting out and going to some SQL based...
February 9, 2023 at 1:19 pm
Grant Fritchey wrote:Ha! I may have overly played up the "scary" part of the scarydba occasionally.
I apologize. I didn't intend to embarrass, my dear ol' friend.
Whoops. You didn't have to...
February 9, 2023 at 1:15 pm
That got posted before I intended.
Natural keys for relational references within the DB are always bad. Natural keys can change which destroys referential integrity, they can't survive data corrections,...
February 8, 2023 at 8:33 pm
Ha! I may have overly played up the "scary" part of the scarydba occasionally.
February 8, 2023 at 8:28 pm
For someone that does provide as much content as he does/has, I can completely understand how that can wear away your sanity. 😉
Exactly. I totally understand why he does...
February 8, 2023 at 12:59 pm
Forget leading commas. Let's debate leading semi-colons. @=)
This could start a flame war! I've seen instances of otherwise-seasoned coders on here using the dreaded
;WITH CTE...
February 8, 2023 at 12:24 pm
Forget leading commas. Let's debate leading semi-colons. @=)
.Please no >_< .Leading commas I accept as a preference, but leading semicolons are another matter entirely, lol .Those are like...
February 8, 2023 at 12:22 pm
Forget leading commas. Let's debate leading semi-colons. @=)
.Please no >_< .Leading commas I accept as a preference, but leading semicolons are another matter entirely, lol .Those are like...
February 8, 2023 at 12:22 pm
Don't get me started in WITH (NOLOCK). Apparently there are a number of people suddenly making that recommendation to get rid of blocking.
It's apparently easier advice to give people...
February 8, 2023 at 12:18 pm
FFS
What a pain in the bottom.
I did agree with Jeff though. The answers on that other forum stunk.
February 7, 2023 at 5:06 pm
To my knowledge, primary key or not, temp tables are cleaned up at the end of a connection. I'm not aware of circumstances that prevent this. Of course, a global...
February 7, 2023 at 1:31 pm
Predicting the future is something I'm pretty bad at. Could something completely eliminate the need for a role that resembles that of the database administrator? Sure. What does that look...
February 7, 2023 at 12:37 pm
First up, the only sure way to 100% validate a backup is good is to run a restore. The saying goes "You're only as good as your last restore." So,...
February 7, 2023 at 12:19 pm
No, an INSERT statement does not block SELECT statements. SELECT statements can run simultaneously with INSERT statements in most databases.
Apologies for being blunt, but that is simply not true.
Can...
February 7, 2023 at 11:34 am
Viewing 15 posts - 571 through 585 (of 22,202 total)