Viewing 15 posts - 1,816 through 1,830 (of 13,838 total)
Can you show us the code for the function?
October 6, 2021 at 4:40 pm
I dunt know if it's just me, but the notifications seem to be pretty slow. I'm seeing some 6-10 minutes after a post has been made or a modmail...
October 6, 2021 at 7:40 am
Almost identical to Mark"s solution
WITH groups
AS (SELECT t.TestType
,t.TestDate
...
October 5, 2021 at 1:49 pm
One idea would be to have two tables, one main table and one which holds data temporarily.
Push all of the individual transactions to the second table.
Periodically (as frequently as you...
October 5, 2021 at 12:47 pm
Rather than posting links, which some people (including me) might choose not to open, can you post using text (for DDL and data) and images (showing desired results).
October 4, 2021 at 8:08 am
ScottPletcher wrote:(Code reformatted but so that it can be read without scanning 50 feet to the right.)
50 feet? Is your browser set to Mr Magoo mode?
Hyperbole.
But, c'mon man,...
October 2, 2021 at 6:49 pm
I think you need to ask this question in an Oracle forum, as it makes no sense to me.
In SQL Server terms, I think you'll agree that it's very clear:
"The...
October 1, 2021 at 2:35 pm
Can you also post DDL and sample INSERT statements (if any) for tbl_probate_case?
October 1, 2021 at 9:29 am
(Code reformatted but so that it can be read without scanning 50 feet to the right.)
50 feet? Is your browser set to Mr Magoo mode?
September 30, 2021 at 4:57 pm
People will probably ask you to post execution plans (ideally for slow and fast executions) in order to be able to help you.
Here is that query again, in human-readable form:
September 30, 2021 at 3:52 pm
By 'generated', do you mean 'written'?
September 30, 2021 at 12:55 pm
Well you could just check the number results in the return and if it's zero hardcode the desired output.
Json is tricky like that because functionally both of those...
September 29, 2021 at 7:30 am
Automated e-mails can be generated from SQL Agent jobs, SSIS packages and using various other technologies.
I assume that's not the answer you're after, but it does answer your question, bearing...
September 28, 2021 at 3:58 pm
Well you could just check the number results in the return and if it's zero hardcode the desired output.
Json is tricky like that because functionally both of those represent...
September 28, 2021 at 2:40 pm
Viewing 15 posts - 1,816 through 1,830 (of 13,838 total)