Viewing 15 posts - 256 through 270 (of 7,466 total)
December 25, 2023 at 6:40 pm
What have you tested ?
This can be an option:
; with cteHighestDate as (
Select PatID
, case Name4 when 'None' then
case Name3 when 'None' then
case Name2 when...
December 21, 2023 at 7:48 am
December 20, 2023 at 8:26 am
Statistics !
Knowing the actual value you are looking for versus "well ... there will be a value overhere, but at this time I cannot say which" makes a ton of...
December 20, 2023 at 8:11 am
Since you cannot share the full DDL, can you strip it down to key, onemorecolumn, the denied column and see if the problem also manifests itself in that situation.
Maybe then...
December 19, 2023 at 6:54 am
open a support case in your azure subscription.
December 18, 2023 at 2:51 pm
and when I put backonline get this error: Unable to open the physical file "J: filename Operating system error 5: "5(Access is denied.)".
You need to grant the sql server...
December 15, 2023 at 1:28 pm
Can you provide usable DDL of your tables + indexes + views + test data + the failing query?
December 12, 2023 at 2:24 pm
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
Viewing 15 posts - 256 through 270 (of 7,466 total)