Viewing 15 posts - 271 through 285 (of 7,472 total)
Ladies and gentlemen, the OP has left the building! 😀
Interesting .... you must have pushed to hard to educate.
Such a shame ... especially when someone is willing to fix...
December 12, 2023 at 6:49 am
and some times it even throws in a right outer join ( in the mix of LOJ s )
I have noticed some "nested joins" some times can have a positive...
December 7, 2023 at 7:33 am
OR
December 6, 2023 at 7:14 am
very very disappointed at this unholy situation. How is it possible that Jeff is wrong!!!!
Every once in...
December 6, 2023 at 6:18 am
"...gamedate nvarchar..." ? Really?
Why aren't you using the correct data type Date / time / Datetime2 ?
Those come with a couple of advantages:
- validation
- calculation/conversion options
- small space consumption
-...
December 5, 2023 at 10:59 am
very very disappointed at this unholy situation. How is it possible that Jeff is wrong!!!!
Every once in a while,...
December 5, 2023 at 8:49 am
Why are you not just selecting the needed files from msdb and execute the restore statement directly in your sqlagent job using tsql?
December 5, 2023 at 8:43 am
November 29, 2023 at 3:02 pm
Extended Events is the way to go.
Have a look at the attached script ( capturing key violations ) to get you started
November 29, 2023 at 8:06 am
Why aren't you just using 3 inividual inserts ?
Especially when those perform way better.
November 26, 2023 at 7:48 pm
November 23, 2023 at 1:22 pm
Last time I checked, you could change master db to full recovery, but it did not actually use full recovery !!
This was a couple of editions ago, so I'll...
November 21, 2023 at 8:18 am
Creating a single full backup after its monthly ( or whatever frequency ) operations have been done and it has been switched to "read_only" state, would do the job.
However, you...
November 20, 2023 at 12:09 pm
Can this help you out?
November 20, 2023 at 12:02 pm
And quite an adventure it has been! ( and still is )
November 20, 2023 at 10:56 am
Viewing 15 posts - 271 through 285 (of 7,472 total)