Viewing 15 posts - 76 through 90 (of 605 total)
Enjoyed the last trilogy (episodes 7-9), but they weren't ground-breaking, just kinda fun and nostalgic. The way they are constantly trying to "rescue the damsel" and she's always three steps...
May 4, 2020 at 4:07 pm
Honestly, just give them a datepicker and let them pick it that way. Users need to have some small responsibility here.
April 30, 2020 at 4:58 pm
While your assumption of my incompetence probably would save you time somewhere, no, I do not fall in that group of people. Also, bite me.
Just because there are ways to...
April 29, 2020 at 6:06 pm
You could use "location" still, but put []'s around it too. My habit is to put [] around my objects. Never know when a new version of SQL will...
April 29, 2020 at 5:43 pm
I prefer to name my address tables "whereDeyAt", my individual identifier table "whoDey" and the transaction table showing activities "whazzzaaaaaaaap" (I alias that one, it's long)
April 29, 2020 at 2:50 pm
I always write code as if the next maintainer of the code is a psychopath with my home address
Life lesson, that. Sometimes it is. When I write it and then...
April 29, 2020 at 2:46 pm
I usually get speeches like this - "we usually would have SoAndSo work on that, but he's on vacation for a month. But don't worry, we have a new resource...
April 27, 2020 at 7:54 pm
well, if you're trying to update the samplecolumn field, you don't list that in your update, you're updating the type_of_column (maybe a problem in your sample data?)
Other than that, are...
April 24, 2020 at 3:48 pm
Jeff's experience not withstanding, I've actually had good experiences with XML. But then, I was the one who established the format and oversaw its implementation and use. I have...
April 24, 2020 at 3:39 pm
try swapping your true and false values in the iif()
April 21, 2020 at 2:45 pm
I'm not following the benefit of the synonyms for the tables and the first layer of views, you're doing that JUST to re-order the columns?
As for the direct query vs...
April 21, 2020 at 1:44 pm
I don't fully understand why we don't all do *everything* on a remote box, and basically just use local hardware as a viewing window into remote systems. Seems much more...
April 21, 2020 at 1:24 pm
They are using Azure, and we were just beginning to look into Azure. I had a chance to talk with them, learn what they had learned and so...
April 17, 2020 at 2:50 pm
Man:
Well, what've you got?
Waitress:
Well, there's egg and bacon; egg sausage and bacon; egg and spam; egg bacon and spam; egg bacon sausage and spam; spam bacon sausage and spam; spam...
April 16, 2020 at 2:34 pm
I think you might still want to consider the timezone in those. If your date needs to all be converted to the same timezone, then the date it occurred on...
April 15, 2020 at 2:30 pm
Viewing 15 posts - 76 through 90 (of 605 total)