Viewing 15 posts - 676 through 690 (of 911 total)
May 21, 2018 at 9:34 am
I really think that cleaning up data before it goes to the database should be done at another tier in your system. Other languages and tools have much much better...
May 21, 2018 at 9:18 am
My thought would be to pre-allocate periods, using the ISO half open interval model. Then each client would be given one or more periods. The the unallocated periods would...
May 18, 2018 at 8:47 am
May 17, 2018 at 7:01 pm
>> First off Joe, the schema has already been built. <<
It was already built, then why didn't you post the DDL for it? We can't read your mind....
May 17, 2018 at 4:54 pm
May 16, 2018 at 2:05 pm
May 16, 2018 at 1:46 pm
Trying to update some datetime2 columns.
UPDATE T_MYTABLE SET dateTransferred = '2018-03-26 05.00.00' where id =...
May 10, 2018 at 8:33 am
May 7, 2018 at 8:00 am
May 7, 2018 at 7:45 am
April 30, 2018 at 11:10 am
You don't seem to understand that dates are not kept in strings in SQL. That was COBOL, so doing string operations to pick out the the year, month and date...
April 30, 2018 at 10:46 am
April 10, 2018 at 2:34 pm
April 6, 2018 at 1:50 pm
Viewing 15 posts - 676 through 690 (of 911 total)