Viewing 15 posts - 16 through 30 (of 206 total)
Thank you. An interesting article indeed.
March 15, 2023 at 8:05 am
Thanks everyone. As I said in my original post, instinctively I felt that this was a "no-brainer" but I'm now content to proceed with the current model (not that I...
March 7, 2023 at 8:50 am
The heuristic is that if the Status = Approved AND Date < Today then it is accepted as Taken.
I apologise if I didn't make myself clear: I'm not suggesting an...
March 6, 2023 at 1:03 pm
The columns were permitted to be null for good business reasons. I know that there are two (or possibly more) schools of thought about using null as a meaningful value,...
February 17, 2023 at 8:23 am
Thank you Ken - that works a treat!
February 16, 2023 at 1:53 pm
Thank you Jeff and Scott for your excellent posts. Every day is a school day, even for a soon-to-be-66 year-old programmer who, it appears, only dabbles in SQL (my main...
January 20, 2023 at 8:22 pm
Thanks Thom. I disagree about aliasing because I don't see the point except when a table is JOINed more than once in the same statement. The reason I raised the...
January 20, 2023 at 4:33 pm
The formatting of the answers makes them look more or less identical, so it was a guess as to which of the seemingly identical options was correct.
January 13, 2023 at 8:20 am
I worked at a software house where the rules were quite strict on triggers - they were not to be used. So when we were getting glitches and couldn't work...
December 14, 2022 at 6:40 pm
Can anyone imagine a scenario where such a catastrophic design decision was actually necessary?
December 14, 2022 at 8:13 am
It only checks on column. If table does not exist statement will fail. So in fact old-style if checking on information_schema.columns would be more bulletproof as you can search...
October 3, 2022 at 8:55 am
Maybe I've misunderstood but wouldn't it be prudent to check that the table exists before attempting to alter a column?
September 30, 2022 at 8:34 am
The SUM would be of StaffLeaveRequest.TimeRequested where the status was either APPROVED or PENDING. I omitted some of the nuance for clarity.
August 24, 2022 at 12:29 pm
The correct answer should be "Create Certificate". There is no LOAD CERTIFICATE Command.
I came here to say that.
July 20, 2022 at 8:49 am
Viewing 15 posts - 16 through 30 (of 206 total)