Viewing 15 posts - 241 through 255 (of 1,353 total)
I use an @@ROWCOUNT after my use of SELECTs to populate a variable. IF @@ROWCOUNT=0 then do something. I think I like that better than prepopulating, but it might be...
April 2, 2018 at 5:57 am
I have worked out that a better solution is to leave to DateId as the key field (as per Kimball) but then use the Value field in the table...
March 28, 2018 at 1:43 pm
All of this is still within BI. In that sense, data science is just another classification of BI with a specific focus on machine learning as opposed to just...
March 28, 2018 at 7:35 am
We may differ on what predictive analytics is. BI can be used to answer such questions as who are my biggest customers or best technicians by evaluation rating. PA answers...
March 27, 2018 at 9:22 am
Predictive analytics isn't BI 🙂 (not by most definitions of the term)
Apparently were from different schools on that subject.
I agree with Gail on this. ...
March 27, 2018 at 8:03 am
You're welcome. And your comment made me realize I should have added a SUM in my example. I've updated it accordingly.
March 26, 2018 at 3:02 pm
HAVING
Q.PERIOD_NUM='2017_01_12'
AND Q.SITE_ID Like 'AP%'
Or Q.
March 26, 2018 at 2:34 pm
Ron Kyle's advice is, I believe, not right.
Then you'd be saying that Ralph Kimball's advice is not right. I'm just quoting him, and over the 15 years...
March 23, 2018 at 10:33 am
The parent table is the source (the one end ) of the foreign key. The child table is at the many end of the relationship.
March 19, 2018 at 10:02 am
That doesn't seem quite the same thing. I assumed you meant that for some business reason some clients can't ever be nullable. If it is simply a case of a...
March 19, 2018 at 8:32 am
What for example if one version will change to newer? But only for one client and specific topologies?
I don't understand what you mean here. First, as...
March 19, 2018 at 8:08 am
Whenpresented with a new idea for the way in which databases should be managed,DBAs will be quick to spot weaknesses in the idea and threats that...
March 12, 2018 at 6:38 am
parameterizing the query
Would that alone do it? Because if so, I have nothing to be concerned about. There are also other indirect safeguards in my design. Primarily is...
March 12, 2018 at 6:31 am
Everything mentioned in the editorial is correct. Yet it is incomplete. It fails to give useful, actionable guidance on the most crucial thing; namely what to do.
March 10, 2018 at 7:13 am
I wonder if in the age of computers it could be possible to do away with time zones and return to the time when noon at a location was when...
March 8, 2018 at 7:10 am
Viewing 15 posts - 241 through 255 (of 1,353 total)