Viewing 15 posts - 256 through 270 (of 59,038 total)
Before I can give the demo I promised above, I need to know what the condition of the real table is.
In your example data, you have a DATE datatype column...
November 17, 2024 at 3:42 pm
It would be real helpful it you listed the datatypes for the columns you are working with and pasted what the exact error message was.
November 16, 2024 at 8:01 pm
Duplicate post. Don't post here... post at the following link so we can keep any answers in one spot.
https://www.sqlservercentral.com/forums/topic/need-help-with-group-by-2
November 16, 2024 at 7:58 pm
@ Bruin,
Which edition of 2016 do you have? Standard or Enterprise?
Also, are there any FKs that are pointing AT this table?
November 15, 2024 at 5:52 pm
@ Bruin,
Which edition of 2016 do you have? Standard or Enterprise?
November 15, 2024 at 5:48 pm
It is possible that the patient entered the ER on a previous day. However, I'm focused on one day in order to work out that piece. I don't think...
November 15, 2024 at 5:40 pm
I don't have a beef with the data provided. I'd rather have "too much" than not enough.
I just need an answer to my previous question. 😀
November 14, 2024 at 8:40 pm
Silly questions on my part because the likely answer is "Yes" to both of my questions but, I've got to make sure...
In your given example, is it possible that any...
November 14, 2024 at 6:43 pm
November 13, 2024 at 5:33 pm
I don't know how many people need the precision Jeff sees issues with.
People seem to be missing the point here. The simple fact is that it...
November 13, 2024 at 2:25 am
I don't know how many people need the precision Jeff sees issues with.
People seem to be missing the point here. The simple fact is that it worked properly...
November 12, 2024 at 11:11 pm
issue resolved.
It's a two way street... It would have been nice if you'd done like Grant suggested.
November 12, 2024 at 5:16 pm
Yes so I went with 2 queries. Just because it's possible to jimmy horn different sets in the WHERE clause doesn't mean it's a good idea
It's frequently referred to...
November 12, 2024 at 5:05 pm
He he, 2022-07-03 13:41:52.0070000 is now unequal to 2022-07-03 13:41:52.007 depending on the data type 😉 😎
Show your code, ol' friend, so that people don't just look at the...
November 12, 2024 at 4:50 pm
Yep... I'm well aware of the default precision for DATETIME2 being 7. That's the whole thing... I'm writing code to check for proper conversions from DATETIME2 (default of 7 for...
November 12, 2024 at 4:44 pm
Viewing 15 posts - 256 through 270 (of 59,038 total)