最佳答案
The following SQL:
SELECT notes + 'SomeText'
FROM NotesTable a
Give the error:
The data types nvarchar and text are incompatible in the add operator.