Viewing 15 posts - 31 through 45 (of 249 total)
Grasshopper, if the "null" columns are stored in separate tables (6NF?), then a join (left) to build the original table would return nulls for the missing value. I see...
March 2, 2016 at 2:41 pm
How about defining the null to mean that this column should exist in a separate table where there would be no record for this value? Then construct the T-SQL logic...
March 2, 2016 at 2:08 pm
The debate reminds me of a quote, "I'm a mathematical optimist: I deal only with positive integers."
I'm glad I came across this discussion. 6NF with only one non-key column...
March 1, 2016 at 6:11 pm
roger.plowman (3/1/2016)
ZZartin (3/1/2016)
roger.plowman (3/1/2016)
patrickmcginnis59 10839 (2/29/2016)
roger.plowman (2/29/2016)
I still don't see why relational tables can't have records for TBD, N/A, and UNK.
If you need to know why a value is missing,...
March 1, 2016 at 11:46 am
kenambrose (2/29/2016)
Oh...
February 29, 2016 at 3:50 pm
MadAdmin (2/29/2016)
j-1064772 (2/29/2016)
rstone (2/29/2016)
February 29, 2016 at 3:40 pm
Using a single record in a related table to define "missing" or "unknown" is an option that I have seen in use. I thought it resulted in some very...
February 29, 2016 at 1:52 pm
I think nulls are used more often than required, but they have their place. If we start with a rule that forbids nulls in the database, then we are doing...
February 29, 2016 at 12:08 pm
Robert, I look forward to the updates. Here is a script to enable the jobs and schedules after a fresh install. It might save a few clicks here...
September 24, 2015 at 11:14 am
In the past, I use a tool called ClearTrace to report on the worst of the worst. (I set high limits on the trace reads or writes.) Even...
September 23, 2015 at 7:20 pm
Robert, I'm running your solution on my desktop. Looks good to me. Added some views for fun. Single values for average MB/sec, IOPS, and stall per database?...
September 23, 2015 at 6:50 pm
Thanks Robert. I've been using TYPEPERF to collect counters from several servers. It appears that if I want IO detail at the database or database file level, I...
September 21, 2015 at 4:34 pm
Requirements often don't directly address transactions and locking. Non-functional requirements normally don't specify or limit T-SQL methods. A table that describes the preverbal "it depends" by relating requirements...
May 20, 2015 at 11:27 am
The "TOP 100 PERCENT" seems to be ignored by the optimizer. The "TOP verylargernumber" can produce the recordset in the "expected" order. However, this is incidental. If...
May 15, 2015 at 1:29 pm
I know this is an old post. I can't help but wonder why there has been no response. It's a good question, which is why I'm here. ...
January 23, 2015 at 5:08 pm
Viewing 15 posts - 31 through 45 (of 249 total)