Forum Replies Created

Viewing 15 posts - 7,246 through 7,260 (of 7,484 total)

  • RE: Function execution

    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",...

  • RE: Function execution

    RBarryYoung (3/4/2010)


    Tom.Thomson (3/4/2010)


    (2) SQL includes numerous statements whose sole function is to have side effects - not to describe the result of the total computation. So it is not...

  • RE: Function execution

    RBarryYoung (3/4/2010)


    Tom.Thomson (3/4/2010)


    edit to fix spelling (English spelling is awful/impossible:(, whether US version or UK version; maybe I should add something like "Tha mi sgith de litreachadh na Beurla" to...

  • RE: Function execution

    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...

  • RE: Function execution

    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:...

  • RE: How many rows are returned from the query below?

    Adi Cohn-120898 (3/3/2010)


    If I'll modify the question and ask to select all possible answers, you'll agree with me that more then one of the possible answers that we were given...

  • RE: How many rows are returned from the query below?

    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...

  • RE: FizzBuzz

    steve-893342 (3/2/2010)


    Tom

    I 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...

  • RE: Normalization

    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...

  • RE: Counting spaces with datalength

    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!

  • RE: Optimization

    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...

  • RE: Timing is Everything

    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...

  • RE: 9 Things to Do When You Inherit a Database

    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...

  • RE: Normalization

    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...

  • RE: SQL future

    Lynn Pettis (1/31/2010)


    Still don't see SQL, or its variants (T-SQL, PL-SQL, etc), going away any time soon. Just like COBOL, I see it having a long life, or at...

Viewing 15 posts - 7,246 through 7,260 (of 7,484 total)