Viewing 15 posts - 4,816 through 4,830 (of 59,067 total)
Welp, it seems worthwhile mentioning reputation points in an online forum, i.e. Stack Overflow, are a good way to enhance your resume.
They're also a good way to...
August 14, 2021 at 7:09 pm
Not confusing for me. You have existing data and you have new data. He want's a way to compare the data that changed.
I do absolutely agree that he needs to...
August 14, 2021 at 7:02 pm
small sample of data, and the output desired.
Row 2 is written as a delta to a new table since acctgrp and channel changed.
Output: Old:display yesterday's record New:display today's record
Just...
August 14, 2021 at 1:12 am
My table as a PK(unique) of:
[InvoiceNbr] ASC, [Line] ASC, [SubLine] ASC, [InvoiceDate] ASC, [ShipDate] ASC
The process that creates the file to load to SQL does a FULL refresh of...
August 13, 2021 at 3:29 pm
any examples of a compare script and output diff's?
Thanks.
There are many ways to display the "Diffs". Please provide and explicit example of what you'd like to see for your...
August 13, 2021 at 1:40 pm
I'd prefer to split the file normally, with simple delimiter '|'.
After it's done we can manipulate the resulting data set to shuffle the items into proper slots, defined by...
August 13, 2021 at 12:26 pm
I'm thinking the OP may have gotten an answer from somewhere else and so may no longer be interest in an answer from this thread and certainly not one where...
August 13, 2021 at 4:06 am
Hi Jeff.
your tally table approach to parsing is the best i've seen. i have a real world problem; wondering if you have any thoughts.
i need to parse a large...
August 13, 2021 at 3:18 am
Exceptionally busy next few days coming, but I did rebuild this morning, set a trace, and did check once to find 0.04% fragmentation - not the usual leap to...
August 11, 2021 at 5:24 pm
Hello,
I have a code that suppose to give me weekly(summed) payments, but instead, it gives me random points, not (1*7, 2*7,...)
I suspect it maybe because it doesn't include the...
August 11, 2021 at 5:19 pm
Hi Jeff.
your tally table approach to parsing is the best i've seen. i have a real world problem; wondering if you have any thoughts.
i need to parse a large...
August 11, 2021 at 5:10 pm
There are some caveats to that should've been mentioned. The string is declared as NVARCHAR(MAX) because I don't know that that's not appropriate. The ordinal splitter is name '%8K_LEAD'...
August 11, 2021 at 2:52 pm
Thank you, Steve. greatly appreciated!
Ah, be careful. He may not be correct here.
August 11, 2021 at 2:50 pm
Hi Jeff.
your tally table approach to parsing is the best i've seen. i have a real world problem; wondering if you have any thoughts.
i need to parse a...
August 11, 2021 at 2:49 pm
FWIW: This is not a end of the world scenario - this is a rarely used - 1 select every few minutes or so.
I just got curious when I...
August 9, 2021 at 7:46 pm
Viewing 15 posts - 4,816 through 4,830 (of 59,067 total)