Forum Replies Created

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

  • RE: Sniped by QOD (26-Dec-2003)

    The same thing happened to me, that is, it said I got it wrong without ever having a chance to answer. I sent a message from the Contact Us page,...

  • RE: QOD 11/21

    Am I missing something? Wouldn't creating an index on the three field in this query improve the performance more than using a clustered index, without the side effects and complications...

  • RE: help with stored procedure

    What you seem to really want is to match anything where the field supplied is null, and match the supplied string if not null:

    CREATE PROCEDURE au_info

    (

    @lastname varchar(40) = null,

    @firstname varchar(40)...

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