Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)

  • RE: SQL Q.

    Thank You it worked.

    select Col1, Col2, Col3

    from

    Tab1

    where

    Col2

    =

  • RE: SQL Q.

    For COL2 = Q, I want to show all records where COL2 = Q or COL2 is null but Value in Col1 (rows with Null Col2) should not match with...

  • RE: SQL Q.

    No, this won't work as I will only know the value for col2.

  • RE: Performance Degradation

    Thanks for your comment.

    Running "Update Statistics" after truncate/inserts or when we start to have problem. I have tried it during Performance problem but got nothing out of it.

    JM

Viewing 4 posts - 16 through 19 (of 19 total)