Viewing 15 posts - 571 through 585 (of 1,246 total)
October 19, 2017 at 1:57 pm
October 19, 2017 at 1:01 pm
October 19, 2017 at 12:34 pm
October 19, 2017 at 12:19 pm
I think I may be on to something here... I need test further before opening my big mouth, but so far...
Single threaded...
With a "MakeParallel" function added to...
October 18, 2017 at 11:56 pm
October 18, 2017 at 9:50 pm
October 18, 2017 at 8:00 pm
I have to believe that someone here has the magic go-fast this thing is missing... :crying:
October 18, 2017 at 6:00 pm
I'm not sure why I didn't spot this yesterday, but the fact that, in the SELECT list, you're getting [GLStoreNum] from #tmpX1... and... It wasn't returning any nulls.
That's a big...
October 15, 2017 at 1:41 pm
Apply some formatting and thing become easier to see...
SELECT DISTINCT
t.GLStoreNum,
accoutNum = CASE
WHEN gn.GLAcctID = 25 THEN g.GLAcctNum
WHEN gn.GLAcctID...
October 14, 2017 at 7:34 pm
What an awesome idea. Well done. It does have a bug in it...
October 14, 2017 at 2:44 pm
Steve, would something like this work for you? Kinda of "Quirky Splitter"... It decomposed a 335,266 character proc, (the longest text string I that was readily available) start to finish in...
October 14, 2017 at 6:27 am
October 4, 2017 at 10:21 pm
This is one of the better explications I've come across for floating point numbers... https://youtu.be/PZRI1IfStY0
October 4, 2017 at 7:53 pm
Viewing 15 posts - 571 through 585 (of 1,246 total)