Viewing 15 posts - 31 through 45 (of 6,036 total)
And also look for OS, emailing, etc. tasks - those must be either completed (success or fail - does not matter) or terminated before the process which initiated them could...
_____________
Code for TallyGenerator
September 9, 2021 at 3:20 am
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...
_____________
Code for TallyGenerator
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...
_____________
Code for TallyGenerator
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...
_____________
Code for TallyGenerator
September 8, 2021 at 3:36 am
What is the data type and collation(s) used in existing table(s)?
_____________
Code for TallyGenerator
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...
_____________
Code for TallyGenerator
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...
_____________
Code for TallyGenerator
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...
_____________
Code for TallyGenerator
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...
_____________
Code for TallyGenerator
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...
_____________
Code for TallyGenerator
September 2, 2021 at 1:20 am
No, not because of that.
It's because of the following factors:
_____________
Code for TallyGenerator
August 31, 2021 at 3:45 am
Phil is clearly wrong there.
Can you figure out his crucial mistake?
_____________
Code for TallyGenerator
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...
_____________
Code for TallyGenerator
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?
_____________
Code for TallyGenerator
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...
_____________
Code for TallyGenerator
August 30, 2021 at 9:16 am
Viewing 15 posts - 31 through 45 (of 6,036 total)