Viewing 5 posts - 1 through 5 (of 5 total)
The most likely suspect is a trigger on the table you're inserting into.
September 22, 2010 at 10:59 am
I totally missed that spurious semicolon in the subquery.
I was focused on the logic of the statement, and not a spurious typo.
This question TOTALLY FAILS to illustrate any point about...
July 23, 2010 at 1:58 pm
In general, the number of bytes required to store a unicode character DEPENDS on the encoding.
Since we know SQL Server uses UCS-2 encoding, the most correct answer is 2...
June 11, 2009 at 11:14 am
So, what, we're going to hope that the single character to be stored isn't unicode?
Because with either char(1) and varchar(1), we're going to disallow a whole bunch of unicode characters...
June 5, 2009 at 4:43 pm
Viewing 5 posts - 1 through 5 (of 5 total)