Forum Replies Created

Viewing 15 posts - 196 through 210 (of 582 total)

  • RE: very ineffienct update query

    Don't forget you will need to change the processes which populate the column. You should also enforce any check constraints you can ( eg not like '% %'). A temporary...

    Tim Wilkinson

    "If it doesn't work in practice, you're using the wrong theory"
    - Immanuel Kant

  • RE: Any way to use "not in" with multiple columns?

    Bold assertion: left anti-join never performs worse than the equivalent NOT EXISTS...

    Tim Wilkinson

    "If it doesn't work in practice, you're using the wrong theory"
    - Immanuel Kant

  • RE: Export "Replaced" Text in DTS

    Are you by any chance Paul Anderson of Pembroke, Birmingham and various locations along the Charing Cross Road?

    Tim Wilkinson

    "If it doesn't work in practice, you're using the wrong theory"
    - Immanuel Kant

  • RE: SELECT ... IN (@localVariable)

    Actually, a correction. The IN() function will accept a list of variable names separated by commas. In fact that's why you got the error you did. SQL parsed and compiled the...

    Tim Wilkinson

    "If it doesn't work in practice, you're using the wrong theory"
    - Immanuel Kant

  • Viewing 15 posts - 196 through 210 (of 582 total)