Viewing 15 posts - 61 through 75 (of 154 total)
May experience with overseas contractors has been anything but stellar, most of them are extremely sub-par but yeah they are cheap to hire and of course you get exactly what...
June 23, 2023 at 2:13 am
Actually that is not unusual and it has nothing to do with backlog per se -- let us say I have plenty of time during the upcoming Sprint 2 (but...
June 5, 2023 at 11:16 pm
Okay let me outline our process flow -- and being the Lead DB Developer I get to do more
Sprint 2 weeks -- 1st Week development -- Monday of 2nd Week...
June 2, 2023 at 7:50 pm
It was not clear to me what you are requesting but I am going to state that 100k records is infitesimal as we deal with millions of records on a...
June 1, 2023 at 3:37 am
Jeffery never said anything of the sort. Simply, if you do not need the extra precision of a datetime2, as well as the extra byte of storage required, continue...
May 31, 2023 at 4:41 pm
As C compiles into an Assembly File it can't be faster than Assembler, at best the same.
Assembly instructions are the instructions on the CPU.
Johnathan that was not my claim,...
May 31, 2023 at 2:53 pm
OK. Let's both write a report with control breaks. I'll do it in COBOL ... in an hour or so. (Good COBOL programmers had templates for each major type...
May 31, 2023 at 2:48 pm
Yep Assembler was a chore, did you do data cards as well? BASIC was a better human interface than COBOL but then again that would greatly depend upon the flavor...
May 31, 2023 at 2:33 pm
Okay educate me -- what is Churchill Downs -- sounds like something happening in merry ole England but COBOL was created in down home America.
May 31, 2023 at 3:21 am
Heh... they really don't want this to be fast, do they? 😉
Instead of TempDB, how about a very small database in the SIMPLE Recovery Model that requires no backups...
May 31, 2023 at 3:18 am
Well truth be told one can take any 3rd-generation language itself and it is fairly meaningless as computers only operate on object code -- so the question boils down more...
May 30, 2023 at 10:58 pm
Forget about precision - I already stated that if you need that precision then use that data type. That isn't the issue - the issue is that there are...
May 30, 2023 at 10:20 pm
Neither of these solve the OP's question:
These both exclude the rows with XXX - and the OP doesn't want those rows excluded. Your 'simpler' solution uses a derived table...
May 30, 2023 at 9:54 pm
Sometimes, you play the cards your dealt and, sometimes, you not allowed to simply fold and walk away.
Oh I totally understand that concept, and have had to deal with...
May 30, 2023 at 9:36 pm
Your perspective on what it would take to "eliminate COBOL" seems pretty narrow. The various systems written in COBOL I have worked with, and continue to work with, are...
May 30, 2023 at 9:20 pm
Viewing 15 posts - 61 through 75 (of 154 total)