Viewing 15 posts - 361 through 375 (of 1,246 total)
April 5, 2018 at 7:44 am
This will get you the results you're looking for in the OP...
Based on the original data, I don't see a need to screw with that group number thing if...
April 4, 2018 at 2:17 pm
SELECT d.*, ROW_NUMBER()...April 4, 2018 at 12:49 pm
Here's one that'll appeal to any manager... MONEY!
Most cloud based providers charge based on a combination the following: 1. number of CPU ticks 2. the amount of memory used...
April 4, 2018 at 12:35 pm
April 4, 2018 at 10:32 am
Yea... There's no reason to use loops or cursors to do something like this. The performance of that would be horrible.
Your best best is to simply create an...
April 3, 2018 at 9:42 am
April 2, 2018 at 1:32 pm
If the potential for collisions is an absolute deal breaker. Computing the checksums separately and then concatenating them should make it damned near (if not completely) impossible to get a...
March 30, 2018 at 3:59 pm
Here's another option that actually uses the loan number and date as a part of a calculation.
It's efficient enough to be calculated on the fly or it could be...
March 30, 2018 at 3:52 pm
March 29, 2018 at 10:31 am
March 28, 2018 at 12:48 pm
Viewing 15 posts - 361 through 375 (of 1,246 total)