Viewing 15 posts - 61 through 75 (of 1,414 total)
Honestly, this is why I personally find it easier to just store anything in UTC if I'm ever working with time sensitive data, or multiple timezones (and I...
October 2, 2020 at 6:21 pm
I'm wondering if you can just replace the stack of case statements with one:
case
when @OriginalFirstStartDayOfWeek < @NewFirstStartDayOfWeek then @OriginalFirstStartDayOfWeek + 7 - @NewFirstStartDayOfWeek
...
September 29, 2020 at 3:55 pm
went with the obvious answer surely expecting to be wrong!
September 10, 2020 at 12:35 pm
I had to guess since I didn't see "git'er done"
September 4, 2020 at 7:13 pm
I love the grainy pictures of problems, I send my solutions back in pictures with even lower resolution! Heh maybe I'm just old and cranky but I get a cheap...
September 1, 2020 at 7:53 pm
You are correct. However, there are multiple schemas (actually too many). So the solution shouldn't really be permitting a single schema.
I am really not sure what the best way...
August 20, 2020 at 6:04 pm
Excel: enable bad solutions
Access: implement bad solutions that require other bad solutions in order to function
PowerBI: Automate all the bad solutions with a bad process, and call it "data...
August 12, 2020 at 10:29 pm
I think you can get that behavior with one of those keywords right?
INSENSITIVE
Defines a cursor that makes a temporary copy of the data to be used by the cursor. All...
August 12, 2020 at 8:05 pm
It takes less than 10 keystrokes to convert a column to text. (Ctrl + space, alt + 1, alt + C, t, t enter)
I'm getting the impression that you...
August 12, 2020 at 7:49 pm
I particularily enjoy pasting dates into excel, sort of like a box of chocolates ...
August 11, 2020 at 8:11 pm
So you're saying that you are getting less rows in that routine than you expect? You could query separately for a row that should show up but doesn't and then...
August 10, 2020 at 1:25 pm
Yes, the login isn't correct. That's what the error is.
But I didn't change the login parameters. So I don't know why is working the 1st...
August 3, 2020 at 1:00 pm
Yes, the login isn't correct. That's what the error is.
But I didn't change the login parameters. So I don't know why is working the 1st case and...
July 31, 2020 at 3:22 pm
reminds me of a story from one of my favorite books, a truly geeky must read in my opinion, "the soul of a new machine" by tracy kidder. they're bringing...
July 31, 2020 at 1:22 pm
shake up your troubleshooting. don't save one copy of that batch file, fail, then give up. create another batch file. run a hexdump on your batch and look for hidden...
July 31, 2020 at 1:14 pm
Viewing 15 posts - 61 through 75 (of 1,414 total)