Viewing 15 posts - 7,246 through 7,260 (of 7,484 total)
RBarryYoung (3/4/2010)
In general, I think that <language> "Is A" <language-type> is just too strong a phrase for any language in real-world use. Maybe something like "Is A Type Of",...
March 5, 2010 at 12:41 pm
RBarryYoung (3/4/2010)
Tom.Thomson (3/4/2010)
March 5, 2010 at 8:43 am
RBarryYoung (3/4/2010)
Tom.Thomson (3/4/2010)
March 5, 2010 at 7:39 am
It's a good question in that it's spurred an interesting discussion.
I think a lot of people arguing about what SQL should do about truncations like this are starting from the...
March 4, 2010 at 10:59 am
James Goodwin (5/20/2008)
Pascal is a Procedural Language.Lisp is a Functional Language.
SQL is a Declarative Language.
SQL is actually a procedural language, and not a declarative language. At least two reasons:...
March 4, 2010 at 10:17 am
Adi Cohn-120898 (3/3/2010)
March 4, 2010 at 9:30 am
What a terrible question! We don't know whether there are any rows in tblUsers, so we don't know whether any rows will be returned or not. If there are any...
March 4, 2010 at 9:26 am
steve-893342 (3/2/2010)
TomI think you'll find my query is written in a different way which speeds it up by a factor of 4.
Yes, "order by (select 0)" is a nice. It's...
March 3, 2010 at 3:48 am
David,
I think that before dealing with your reply I should quote from the eminent authority to whom you appeal just to dismiss the idea that I am disagreeing with...
March 3, 2010 at 3:35 am
Good question.
I don't know whether to be more worried that 198 people so far thought datalength behaved like length or that 118 thought 11 was an even number!
March 2, 2010 at 12:47 pm
Nice question but one niggle about the explanation: if the procedure option RECOMPILE is specified the same plan will NOT be used in subsequent executions. This can be useful...
March 2, 2010 at 12:10 pm
I think a lot of the earlier comments have been oversimplistic - it's not just a matter of saying "UTC is best, stick time localisation in the presentation or application...
March 2, 2010 at 11:23 am
People have talked about deletes and avoiding deleting things that are used once a year. Something else not to delete is error recovery and disaster recovery code - this...
March 2, 2010 at 9:33 am
David Portas (1/22/2010)
Since it is always possible to decompose further and eliminate nulls they are not formally necessary either - you can always create a truly normalized design without them.
This...
March 2, 2010 at 8:23 am
Lynn Pettis (1/31/2010)
March 1, 2010 at 11:41 am
Viewing 15 posts - 7,246 through 7,260 (of 7,484 total)