Viewing 15 posts - 4,831 through 4,845 (of 59,070 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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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'...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2021 at 2:52 pm
Thank you, Steve. greatly appreciated!
Ah, be careful. He may not be correct here.
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2021 at 7:46 pm
Viewing 15 posts - 4,831 through 4,845 (of 59,070 total)