Viewing 11 posts - 1 through 11 (of 11 total)
Yes, the emails can be received every day of the week, including Saturdays and Sundays, but worked from Monday to Saturday. I never used a calendar table, maybe I can...
December 28, 2016 at 10:10 am
As usual on Christmas, I plan to do several things but then I end up completing 50% (if I'm lucky). Anyway, to-do list for this year:
- completing the website in...
December 16, 2016 at 7:49 am
Hi Brad,
thanks for this article, I was completely unaware of the issue. Just a question (that in my humble opinion has no answer): how could you prove that your code...
November 26, 2016 at 3:16 pm
@adma3613 Another user has explained the reason why it's better to avoid this solution. I copy and paste his answer:
"these queries are non SARGable, which would result in an...
November 18, 2016 at 5:38 am
Hi Steve,
it seems to me that there are a couple of minor mistakes in the solution: "The only query that will return the two rows is the one that uses...
November 17, 2016 at 2:40 am
@celko As a newbie, I must admit that I was aware that if a number is divisible by 3 AND by 5, it means that it is divisible...
November 15, 2016 at 12:59 pm
Just impressive, 453 ms for 1 million rows! I didn't expect it to be so fast.
As for the CASE, I was wondering whether it was better to use "5"...
November 14, 2016 at 2:09 pm
Oh too good, let's say that your articles are really helpful: I've just applied what I've learned. By the way, I've compared your Tally function with the same function with...
November 14, 2016 at 1:57 pm
@mister.magoo You will be happy to know that your solution is slightly faster than mine! Have a look at the times:
-- if the parameter is 1000: 76 ms (instead of...
November 13, 2016 at 2:07 pm
@mister.magoo Hi, I used the row_number and a cross join after reading the Jeff's articles. You can see my solution somewhere in the page.
Could you tell me one thing? If...
November 13, 2016 at 11:37 am
Hi Jeff, first of all let me thank you for all the information provided. I spent one day in reading the articles, testing and re-testing. It was really worth. I...
November 13, 2016 at 11:08 am
Viewing 11 posts - 1 through 11 (of 11 total)