Viewing 15 posts - 646 through 660 (of 6,036 total)
_____________
Code for TallyGenerator
March 19, 2018 at 7:55 pm
I have a large table that has around 11 million rows and is growing...
_____________
Code for TallyGenerator
March 19, 2018 at 4:50 pm
It depends.
Theoretically, null able FK does not violate RI.
But you need to analyse you specific practical business case and tell which approach is correct for it.
NULL means "unknown, not present".
Is...
_____________
Code for TallyGenerator
March 19, 2018 at 7:11 am
Innovation is not putting a stronge and faster horse in front of a cart.
Innovation is making a cart to move with no horse at all.
_____________
Code for TallyGenerator
March 16, 2018 at 9:37 pm
Dremel?
When some 30 years ago I needed to get a scientific paper which was not present in the local library, my request was submitted to an upper level node of...
_____________
Code for TallyGenerator
March 16, 2018 at 7:24 am
Find the start of month of pricing date, find the start...
_____________
Code for TallyGenerator
March 16, 2018 at 4:50 am
I see what you're saying, and I totally agree wiht it, well, according to my understanding.
I don't know how far did you go in your unpublished article, but...
_____________
Code for TallyGenerator
March 16, 2018 at 4:44 am
_____________
Code for TallyGenerator
March 15, 2018 at 6:11 am
Mat,
This is probably the worst choice of functions, at least performance wise.
This would be simpler and faster:
Case when C.PricingDate >= dateadd(mm, datediff(mm, 0, getdate() ) -1, 0) -- start...
_____________
Code for TallyGenerator
March 15, 2018 at 1:58 am
Or use a function described in this article:
http://www.sqlservercentral.com/articles/Datetime+conversions/153316/
_____________
Code for TallyGenerator
March 13, 2018 at 7:49 pm
The business has just taken delivery of what they needed 2+ years ago and the original stakeholders are either not with the business anymore or working in different positions. This...
_____________
Code for TallyGenerator
March 13, 2018 at 6:48 pm
_____________
Code for TallyGenerator
March 13, 2018 at 5:16 am
The example with an apple clearly illustrates some major problems which dominate the industry.
The teams have been given a task to draw an object named "an apple".
At some stage they've...
_____________
Code for TallyGenerator
March 12, 2018 at 3:48 am
My clustered index is on the year first then the account number.
Sounds like year, month and date are stored in separate columns.
If that's the truth,...
_____________
Code for TallyGenerator
March 9, 2018 at 5:37 am
_____________
Code for TallyGenerator
March 6, 2018 at 10:13 pm
Viewing 15 posts - 646 through 660 (of 6,036 total)