Viewing 15 posts - 1,156 through 1,170 (of 39,533 total)
I'm not sure that counts as a TVC in an INSERT. The TVC is in the SELECT statement.
I also don't know how to word this without just giving away an...
November 21, 2022 at 8:19 pm
I am as well. I'm open to new platforms, but not just because someone had experience and likes it. Or thinks it would be better. We need some sort of...
November 21, 2022 at 7:39 pm
...
If we're doing something like developing something new against an existing database, then the process is faster. A new database schema isn't needed, so instead of creating a new...
November 21, 2022 at 7:36 pm
If people have these wonderful self hydrating database environments, does this mean they don't get questions with no body? 😉
Not sure what you mean?
November 21, 2022 at 7:28 pm
Apologies. Was out of touch last week, but I've adjusted the question to note an INSERT statement and award points back.
November 21, 2022 at 7:27 pm
Double check your configuration settings for the network. You could have something else open and available. Ideally, we do not expose SQL Servers on the Internet in any...
November 21, 2022 at 3:31 pm
Looking back over my work life there is much I regret.
...
Wow, quite the story and glad your son is doing well.
I completely agree. This wasn't as much about life,...
November 4, 2022 at 8:35 pm
I'm trying to learn to do better at writing things down in a planner. But then I get too busy to write it all down and things lapse or...
November 4, 2022 at 8:31 pm
"I walked outside to take the call during a break and was told I wasn"t responding quick enough to the call. The emergency? A test of how quickly I'd...
November 4, 2022 at 8:29 pm
Just add it in:
SELECT t2.VID, t2.OrdDate, t2.Prg1,
CASE WHEN t2.RowNum = 1 THEN VIDCount ELSE NULL END AS VIDCount
FROM (
...
October 27, 2022 at 2:52 pm
I'm concerned that after a year or so, perhaps sooner, management or someone in the fiscal office, will wonder why our cloud bill is so high.
They will. And there's...
October 24, 2022 at 8:58 pm
Over the years of learning the hard way in database work, I grew to get a little better at good satisficing (perhaps manually importing some data short-term until it...
October 24, 2022 at 8:26 pm
Excellent article, ...
I absolutely love it when the challenge at hand requires a graceful and carefully engineered solution, but I also find it gratify to simply craft something that...
October 24, 2022 at 8:25 pm
We don't, though you could certainly disconnect a network and see if anything fails or if you can track anything.
October 24, 2022 at 8:17 pm
Viewing 15 posts - 1,156 through 1,170 (of 39,533 total)