Forum Replies Created

Viewing 15 posts - 691 through 705 (of 1,034 total)

  • RE: Conditional WHERE Clauses and Boolean Algebra

    Jeffrey Wiener (8/31/2010)


    But then, for a very common task as described in this article, the most optimal solution is to code it with dynamic SQL. This then forces the...

  • RE: Conditional WHERE Clauses and Boolean Algebra

    WayneS (8/31/2010)


    For those that have read this far, I'd like to suggest that you read this blog[/url] by Gail Shaw on working with this type of query (catch-all query).

    Another great...

  • RE: Conditional WHERE Clauses and Boolean Algebra

    Tony Alicea (8/31/2010)


    As far as efficiency - in 14 years I've always found this technique to be acceptable in the realm of efficiency and (especially in the old days) was...

  • RE: Why is data integrity important?

    alen teplitsky (8/31/2010)


    is that where people try to use SQL instead of LDAP?

    Sort of... it's for forms based authentication on a web page. Instead of creating the M:N association...

  • RE: Why is data integrity important?

    RalphWilson (8/30/2010)


    A "skipped" question is one that has not been answered but has a Question Number that is lower than the highest Question number that has been answered.

    Why not...

  • RE: Why is data integrity important?

    Eric Russell 13013 (8/30/2010)


    Data integrity and constraint begins with choosing the appropriate data type. Obviously (to most of us) integers should be contained in an Integer data type and monetary...

  • RE: Just curious but when will the forums get a little clean up?

    Yah I noticed that I had missed about 50 forums or so... some organized one way, others differently... 🙂

  • RE: The Semantics of NULL in SQL Server 2008

    tim.stevens (8/24/2010)


    This is one of the best concise treatises on NULL I have seen. Your adminition about a well architected database design not allowing NULLs for any columns is...

  • RE: The Semantics of NULL in SQL Server 2008

    Blah Forums flippd out on me for a moment... this was a double post of my other one. 🙁

  • RE: The Semantics of NULL in SQL Server 2008

    Tom Carnahan (8/24/2010)


    Good article ...


    A topic I wish had been addressed is how to handle nulls in datetime fields. I think that you do the following. Let me know...

  • RE: TempDB

    webrunner (8/18/2010)


    What I am wondering is, if hypothetically this restriction were lifted and one could set the recovery model of tempdb to Full, what would be the impact of a...

  • RE: TempDB

    webrunner (8/18/2010)


    I'm grateful for the point. It was easy for me - which I can't say about too many questions, but I'm especially glad I didn't second-guess myself into a...

  • RE: ALTER

    michael.kaufmann (7/14/2010)


    My gutt told me to go for option 1, but not because of it running faster, but because I wondered why one would change a non-nullable column to nullable...

  • RE: Are we in all these cities?

    Add me to that boat. I didn't even see the semi-colons... I've trained myself to ignore them when they aren't required... and since we didn't need one at all...

  • RE: What will be the output of the following?

    webrunner (6/28/2010)


    Everything necessary regarding the question's typo has already been covered. But I want to thank those who pointed out that "-0" (impossible value, of course, because 0 can be...

Viewing 15 posts - 691 through 705 (of 1,034 total)