Viewing 14 posts - 76 through 89 (of 89 total)
OK, so why did my server return NULL ?
Kenneth Spencer
October 22, 2009 at 2:11 am
"In SQL Server 2005, which of these data types have the highest and lowest precedence respectively?"
Yet another example of an abysmally worded question.
This question MUST have two answers, but we...
August 24, 2009 at 8:40 am
This question is very badly implemented. I knew it couldn't create a database on my system because it made too many assumptions:
1. Can I write to the root directory of...
May 11, 2009 at 5:31 am
Come on, don't be such a twerp! There is no such role as "db_ssisitduser". There is a role "db_ssisltduser" but if you meant that one then shame...
February 23, 2009 at 8:24 am
Sorry question-master, but I disagree.
A "log" file is not the same as a database file. A "log" file is a "log" file, and what it holds may be "data",...
August 29, 2008 at 3:54 am
Mike:
You could potentially lose some valuable information if you ignore other relevant information that cannot be stored in a DateTime column (e.g., did the employee "quit"? was he "fired"? etc.)
Yes,...
April 4, 2008 at 2:16 am
That is a good question.
Personally, when I design database schemas where some of the data has to be date-ranged (and lots of data items in most data models must...
April 3, 2008 at 4:36 pm
Sorry, but because I couldn't read your post while writing my reply, I forgot to add my third point:
3. Zero ( 0 ) is most definitely NOT the same as...
March 28, 2008 at 5:24 pm
Sorry not to be repentant, but:
1. NULL is indeed "not [yet] assigned". That is the case in any database column which has no value, but which has the capacity to...
March 28, 2008 at 5:19 pm
I agree with the main thrusts of this article. However, I do not consider the NULL to be "missing data". The NULL must simply be considered as either "no value",...
March 28, 2008 at 3:59 am
Points taken, absolutely Shaun.
However, NULLs cannot be excluded from the results of queries. Suppose for instance, looking again at my example, we have some kind of accounting database, with...
March 4, 2008 at 4:50 am
I prefer to use the term "NULL propogation" for this kind of behaviour. It is a little like multiplication of any non-zero operand by zero giving zero, except that NULL...
March 4, 2008 at 2:22 am
Viewing 14 posts - 76 through 89 (of 89 total)