Forum Replies Created

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

  • RE: Tame Those Strings - Part 8

    Both QA and the app. Thanks.

    Here's something interesting... (in QA) QUOTENAME() truncates if it is passed a long regular literal and returns NULL if it is passed a long...

  • RE: Tame Those Strings - Part 8

    Nice article.

    QUOTENAME() does handle the case of imbedded single-quote characters in strings (or any other delimiter character). Try the examples from the article with delimiter character(s) in...

  • RE: Worst Practices - Not Using Primary Keys and Clustered Indexes

    If you're doing inserts where the value being indexed is not increasing then a clustered index is generally a BAD idea. You'll get lots of page splits. See...

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