Viewing 8 posts - 1 through 8 (of 8 total)
June 7, 2017 at 9:59 am
manie (4/18/2016)
roger.plowman (4/18/2016)
I only use them to create an audit log of insertions, deletions, updates and updates where I have...
April 18, 2016 at 7:47 am
Triggers are my nemesis.
The ERPs I manage come out in many flavours, it has a lot of modules that can exists or not so the db structure depends on the...
April 18, 2016 at 2:26 am
ScottPletcher (12/22/2014)
As stated above, timestamp and datetime are not compatible. Timestamp has nothing to do with date time, it's simply the equivalent of a binary counter.
Sure, i agree they...
December 22, 2014 at 9:20 am
hjelmesethe (12/22/2014)
The original poster's code creates a human-readable date/time in a bigint format.
Ok, but the point stated was to use a bigint to improve performance not to get a...
December 22, 2014 at 8:24 am
I'm really missing the scope of this conversion :doze: ..
It sound likes this script is doing a large amount of CPU work for just change 8bytes into another 8byte...
December 22, 2014 at 4:37 am
I dislike the solution proposed, it's far too complicated to reach a so easy task.
You requirement was to print 3 lots at a time per line of document. This mean...
July 18, 2014 at 1:51 am
Viewing 8 posts - 1 through 8 (of 8 total)