Viewing 15 posts - 286 through 300 (of 686 total)
Is there any easy way just to skip those records rather than return Null?
THx.
February 20, 2022 at 9:12 pm
Looks good, easy there an easy check to eliminate:
Divide by zero error encountered, and order by high to low %?
Thanks again.
February 20, 2022 at 1:53 pm
How do I create the 3rd field which would be a percentage(difference) from col1 and col2?
thx
February 20, 2022 at 11:52 am
Thanks for replies and suggestions... after some more research one table was indexing almost all fields. and was updating those during process. Changed table def and that seem to fix...
February 19, 2022 at 10:41 pm
The code is vendor code looks like Inline sql not stored procedure from my analysis, and Indexes seem inline>
Thx.
February 17, 2022 at 8:26 pm
Thanks for that clarifications on the query I was using....
It's not a wait in the top 10.
#1 is SOS_SCHEDULER_YIELD 55.86
February 17, 2022 at 8:09 pm
I'm trying to determine that wait type is something that is hurting SQL process performance .
February 17, 2022 at 6:43 pm
I looked at that:
Description:
This wait type is when a thread is switching to preemptive mode while allocating memory. The preemptive switch is so that the code being executed does not have...
February 17, 2022 at 5:35 pm
Do you mean where it's getting data from quality and quality_history ... the history part was added but currently that table is empty..
Could you provide the example crosstab..
Thx.
February 14, 2022 at 11:10 pm
Yes collation fix helped...
"Second, look at the stuff in the SELECT list and FROM clause... basically, it's all a repeat of the same thing with a different qualifier. That's a...
February 14, 2022 at 8:01 pm
Big improvement, do you see anything else that could be tweaked?
Many thanks for suggestion.
February 14, 2022 at 7:04 pm
I choose the single table solution.
Many thanks for replies and suggestions.
February 14, 2022 at 2:02 pm
my reply must have go t lost...
The Data will increase and don't have to tie up any Network Traffic, so the route of csv would be I could zip the...
February 11, 2022 at 3:18 am
Thanks for replies...
Yes it's SQL to SQL, and no ETL on the data from export to import.
February 11, 2022 at 3:00 am
Viewing 15 posts - 286 through 300 (of 686 total)