Viewing 4 posts - 1 through 4 (of 4 total)
I've had both non-technical and technical managers and, in my experience, there are problems with both. My non-technical manager didn't understand that to make an application simple for the...
September 30, 2008 at 6:17 am
Why is the server scheduled to be rebooted weekly?
August 30, 2008 at 5:36 pm
I won't say that this is the best way to do it, but I believe a simple self join on record_id with a case statement will work:
select
A.*,
B.*,
Case
When A.item...
February 13, 2008 at 6:19 am
First of all, I agree with Robert, it is a lot easier to deal with regular datetime data types than it is to deal with them in parts, but here...
September 24, 2007 at 6:25 am
Viewing 4 posts - 1 through 4 (of 4 total)