Viewing 8 posts - 1 through 8 (of 8 total)
An important meaning of nulls in the context of nullable columns is “value at present unknown” - the "A mark" null. The "I mark" null is arguably not especially well...
April 12, 2007 at 1:08 pm
Good points as presented. One might however also note that SQL as it exists is not an especially logically "clean" implementation of >2VL i.e.(arguably, it may be better to avoid...
June 27, 2005 at 8:35 pm
> Either that, or you could always format your hard drive with NTFS.
An alternative one might consider might be convert. For example:
CONVERT C:...
January 29, 2005 at 11:37 am
July 7, 2004 at 6:32 am
One may validly argue that the correct answer should be:
CREATE VIEW
vArticles as
SELECT TOP 100 PERCENT With Ties * FROM Articles
ORDER BY CreateDt
Rather than: (not considering ties)
CREATE VIEW
vArticles as
SELECT TOP...
July 15, 2003 at 12:51 pm
quote:
"I have taken many tests.What I hate most about them is besides the wording when there are question like 'What is...
July 15, 2003 at 12:38 pm
CONSIDERING:
* "I think a lot is being read into what these questions are supposed to represent. "
[This is occurring because the question lacks sufficient details to be answered...
July 15, 2003 at 5:54 am
RE: "I have to disagree on this.
The question didn't mentioned whether a specific login is required.
If you log in via some group account you HAVE a login, not...
July 14, 2003 at 1:53 pm
Viewing 8 posts - 1 through 8 (of 8 total)