Viewing 15 posts - 91 through 105 (of 275 total)
I had a problem a few days ago where using TRY_CAST gave no nulls in the result, but using just CAST caused an error. It turned out that either my...
February 10, 2020 at 2:14 pm
I was expecting the LEAD solution to need the UNBOUNDED FOLLOWING frame, so I discounted that one.
February 10, 2020 at 2:00 pm
I have confirmed that the error was caused by a value that was being filtered out later by the joins or the where clause. That's why I never saw nulls...
January 23, 2020 at 9:31 am
I tried to script out the values (see below). Selecting from the resulting temporary table works whether I use CAST or TRY_CAST, ie. the value has somehow been fixed by...
January 22, 2020 at 5:03 pm
Phil,
I'll try to reproduce with sample data tomorrow (and post it if I succeed).
Thom,
didn't your large value came through as null when using TRY_CAST? It did when I tried in...
January 22, 2020 at 4:53 pm
Unfortunately, when I scripted out the inserts, the select worked on the result, ie. just rendering the result into a grid was sufficient to "fix" the underlying error.
January 22, 2020 at 4:32 pm
Thanks. The highest value I get for LocationOfDP is 7. If there were too many decimal places, I'd have expected the ROUND to fix it.
January 22, 2020 at 4:04 pm
It seems to me that you could have all the certificates under the sun and be next to useless or none at all and be really good. The only useable...
January 17, 2020 at 2:20 pm
January 10, 2020 at 3:49 pm
We have a datacentre in London with many users in Glasgow. The Glasgow users frequently experience dire application performance while London users of the same applications have no problems. Our...
November 8, 2019 at 2:09 pm
What is the error message you receive? It would help us help you, if we knew.
November 8, 2019 at 1:56 pm
There is a very good article on this subject (including a discussion of the execution plans) on the link below.
https://www.sqlservercentral.com/blogs/left-outer-join-vs-not-exists
November 5, 2019 at 1:05 pm
“As our circle of knowledge expands, so does the circumference of darkness surrounding it.” - Albert Einstein
October 3, 2019 at 12:40 pm
I like the idea of paying for CPU/Disk/Memory as needed, but I wonder how it would work if we all did it. Where I work currently, there is a background...
September 6, 2019 at 1:33 pm
I may be wrong, but if you're doing SELECT * FROM A EXCEPT SELECT * FROM B, I wouldn't expect indexes to be used as all rows in both tables...
September 4, 2019 at 12:39 pm
Viewing 15 posts - 91 through 105 (of 275 total)