Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: Truncating and deleting all tables in a database

    I'm no SQL expert so correct me if I'm wrong, but...

    This script gives me syntax errors because some of the table names in my database include spaces, hyphens and other...

  • RE: Four Rules for NULLs

    Mike C (3/28/2008)


    Would I be willing to concede that the statement "NULL is not equal to any other value, or other NULLs" is incorrect? Absolutely if the opposite can...

  • RE: Four Rules for NULLs

    Mike C (3/28/2008)


    Lars Huttar (3/28/2008)


    In other words,

    NULLs are not equal to anything

    seems equivalent to

    (NULL not-equals something) yields TRUE

    when in fact, we know that

    (NULL not-equals something)...

  • RE: Four Rules for NULLs

    Matt Miller (3/28/2008)


    Lars - the issue you seem to be hammering on stems from treating NULL as if it were a value. NULL is technically not a value, so...

  • RE: Four Rules for NULLs

    Thanks for a very informative and thought-provoking article. Shows me I still have lots to learn about SQL.

    I have a point of unclarity or inaccuracy to pound on so that...

  • RE: Overview of SSIS

    P.S. I have now discovered, via other articles, that some of the things I was wondering about in the above post are found in Visual Studio (i.e. BIDS), after creating...

  • RE: Overview of SSIS

    I agree with the preceding posters: it's a very helpful article. It helped me unlock parts of SSIS I had no idea were there.

    However the article could be a lot...

Viewing 7 posts - 1 through 7 (of 7 total)