Viewing 15 posts - 16 through 30 (of 245 total)
One day a year, the joke is on them. The rest of the year, it is on us. When I saw Schrödinger's equation, I thought that Microsoft was...
April 1, 2016 at 10:23 am
We had a SQL Server failover cluster for many years because we "wanted" it to be available at all times. We have many servers and the cluster turned out...
March 28, 2016 at 9:55 am
Thanks. I tried to use maintenance plans sometime around SQL 2005. I remember writing T-SQL to manually edit the XML for a plan so that it could be...
March 24, 2016 at 10:52 am
Zidar (3/11/2016)
BTW, solving 1X = 2X has X = 0 as a solution. There is no contradiction as it's also a solution of the original degenerate equation which is 0=0...
March 11, 2016 at 10:30 am
roger.plowman (3/11/2016)
rstone (3/10/2016)
March 11, 2016 at 10:17 am
ZZartin (3/10/2016)
kenambrose (3/10/2016)
that question implies that you would otherwise have ~10000 "nullable" columns in your design?which would be nonsense design under any stretch of the imagination, wouldn't it?
If a solution...
March 10, 2016 at 6:00 pm
BTW, solving 1X = 2X has X = 0 as a solution. There is no contradiction as it's also a solution of the original degenerate equation which is 0=0...
March 10, 2016 at 3:32 pm
kenambrose (3/10/2016)
[[If you deal with a report and want all columns via left joins, then there will be nulls. ]]
We don't know...
March 10, 2016 at 3:01 pm
In the logical design, the business logic might require handling missing data and reasons for missing data. Using tokens -2, -1 , 0, etc. is one way of handling nLvl...
March 10, 2016 at 12:26 pm
Sounds like the requirements are missing. Null requirements? However, if the data is really missing, each column might require custom treatment because of business requirements. In this...
March 9, 2016 at 6:54 pm
The SELECT clause can arbitrarily format the results. If it is a token, I would consider it an application token, not a database token.
Back to an earlier question....
March 2, 2016 at 5:10 pm
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
Viewing 15 posts - 16 through 30 (of 245 total)