Viewing 3 posts - 1 through 3 (of 3 total)
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...
October 4, 2002 at 10:03 am
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...
October 3, 2002 at 3:31 pm
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...
August 1, 2002 at 6:29 am
Viewing 3 posts - 1 through 3 (of 3 total)