Viewing 15 posts - 316 through 330 (of 515 total)
paul.knibbs (5/10/2016)
roger.plowman (5/10/2016)
And when you retire and look back on your career, your victories will be yours, your failures will be yours, and no one else will ever know what...
May 10, 2016 at 8:03 am
I got bitten by the computer bug when I was 16 and aside from a few odd jobs to get me through college my career has been spent as a...
May 10, 2016 at 7:03 am
When I run that select statement in SQL Server 2008 (10.0.5538) I get the error:
SELECT TRY_CONVERT(NVARCHAR(1), 234523)
Msg 195, Level 15, State 10, Line 1
'NVARCHAR' is not a recognized built-in function...
April 21, 2016 at 6:38 am
Personally, I use three triggers on *almost every single table*--BUT 😀
I only use them to create an audit log of insertions, deletions, updates and updates where I have to save...
April 18, 2016 at 6:37 am
Ah, naming. Be it tables/columns/indexes/et al or variables/subs/functions/etc. there's no subject in the programming world that generates quite so much controversy.
I think it's because it's so intensely personal. We've got...
April 7, 2016 at 7:05 am
I'm older and settled, so no, I can't imagine any job I'd move for. I own a house, done a lot of custom remodeling to it (converted one room to...
April 4, 2016 at 7:16 am
Preaching to the choir here. 😀
My first programming was done on a 1962 vintage IBM 1130. In Fortran. On punch cards. (laughing)
Yeah, you learn minimalism really fast when you have...
March 24, 2016 at 7:02 am
djackson 22568 (3/15/2016)
roger.plowman (3/15/2016)
djackson 22568 (3/14/2016)
umailedit (3/14/2016)
March 15, 2016 at 9:28 am
djackson 22568 (3/14/2016)
umailedit (3/14/2016)
I use my...
March 15, 2016 at 7:22 am
ZZartin (3/11/2016)
March 11, 2016 at 8:22 am
rstone (3/10/2016)
March 11, 2016 at 7:29 am
One final comment on this subject, and the reason I originally mentioned TBD, UNK, and N/A in the first place, is that null tells you ONE thing (data is missing)....
March 10, 2016 at 9:51 am
ScottPletcher (3/1/2016)
roger.plowman (3/1/2016)
patrickmcginnis59 10839 (2/29/2016)
roger.plowman (2/29/2016)
I still don't see why relational tables can't have records for TBD, N/A, and UNK.
If you need to know why a value is missing, you're...
March 3, 2016 at 8:27 am
ZZartin (3/1/2016)
roger.plowman (3/1/2016)
patrickmcginnis59 10839 (2/29/2016)
roger.plowman (2/29/2016)
I still don't see why relational tables can't have records for TBD, N/A, and UNK.
If you need to know why a value is missing, you're...
March 1, 2016 at 8:17 am
patrickmcginnis59 10839 (2/29/2016)
roger.plowman (2/29/2016)
I still don't see why relational tables can't have records for TBD, N/A, and UNK.
If you need to know why a value is missing, you're going to...
March 1, 2016 at 5:52 am
Viewing 15 posts - 316 through 330 (of 515 total)