Viewing 4 posts - 1 through 4 (of 4 total)
By the way, they say in BOL 2008:
Each Transact-SQL statement should be terminated with a semicolon. This requirement is not enforced, but the ability to end a statement without a...
December 23, 2010 at 11:45 pm
Duncan Pryde (7/5/2010)
Looks like a compatibility level issue. If you set the database to SQL Server 2000 compatibility mode, you lose the backslash character (92) from the list. Something to...
July 5, 2010 at 10:34 pm
My Count is only 20 (while right answer is 21)! Here is text result of the query from Question:
Count String
----------- -----------
20 ...
July 5, 2010 at 12:25 am
Viewing 4 posts - 1 through 4 (of 4 total)