Viewing 15 posts - 31 through 45 (of 6,036 total)
Thank you for your time to look into this question. I believe this part of the code is throwing an error.
SELECT DRIVE, SUM(CASE WHEN INFO LIKE 'TOTAL # OF...
September 9, 2021 at 1:12 am
depending on what the process is it can either take awhile or require a SQL Instance restart.
Attempting to restart SQL Server instance is a quite common mistake so called...
September 9, 2021 at 12:22 am
Well THIS is annoying.
I have an SSIS solution / project saved that is set to DontSaveSensitive. All the packages under it are saved as the same. Last week, everything...
September 8, 2021 at 3:36 am
What is the data type and collation(s) used in existing table(s)?
September 3, 2021 at 2:54 pm
Actually, Sergiy, for certain calcs -- such as computing interest on a house loan in some places -- it's illegal to use more than 4 digits of...
September 3, 2021 at 2:51 pm
Second, you might use DATEDIFF (ss, ..) to find duration in seconds and then divide it by 60.0 to get duration in minutes with better precision.
or - you may use...
September 3, 2021 at 1:56 pm
First of all, triagonal joins like you use in the query, are very ineffective and even quite dangerous, because they can produce huge result sets during execution and overwhelm the...
September 3, 2021 at 1:51 pm
Actually, Sergiy, for certain calcs -- such as computing interest on a house loan in some places -- it's illegal to use more than 4 digits of accuracy.
So, if...
September 2, 2021 at 4:20 am
Yeah, I know, flat-earth believers keep to their views no matter what proof you put in front of them.
The main point is that others who read this thread could see...
September 2, 2021 at 1:20 am
No, not because of that.
It's because of the following factors:
August 31, 2021 at 3:45 am
Phil is clearly wrong there.
Can you figure out his crucial mistake?
August 30, 2021 at 11:31 pm
I don’t know anything about MONEY being an approximation.
can you give me a link to a source of such information, or a real life example?
as far as I know, and...
August 30, 2021 at 10:23 pm
Steve, can you please elaborate on potential issues with converting VARCHAR to money, and what role float could play in it?
August 30, 2021 at 12:23 pm
Looks like tempdb is mostly used for huge cache data sets of hash joins, Cartesian product joins, and sorting in tempdb.
Sorting usually happens in tempdb when there is no memory...
August 30, 2021 at 9:16 am
The script is attached to the Part 2 of the article mentioned in my 1st reply here.
August 30, 2021 at 7:29 am
Viewing 15 posts - 31 through 45 (of 6,036 total)