Forum Replies Created

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

  • RE: Stairway to SQL Server Indexes: Step 8, Unique Indexes

    "The best way to provide this functionality is to combine a unique index with a filtered index."

    It looks like you forgot (deliberately?) to include the code to create this index...

  • RE: Bizarre SQLCMD error

    Hi - nice idea (I wasn't aware of that particular issue), but no - the script is far smaller than 1MB.

  • RE: Bizarre SQLCMD error

    It gets even stranger; if we add the following ...

    ... statements ...

    GO

    PRINT 'Unpredictable application behaviour is the bane of my life' <-----------------------------------

    UPDATE <table1>

    SET <table1>.<field1> = <table2>.<field1>,

    <table1>.<field2> = 'blah'

    FROM <table2>

    WHERE...

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