show/hide this revision's text 2 edited tags

show/hide this revision's text 1

How do I concatenate text in a query in sql server?

SELECT notes + 'SomeText'
FROM NotesTable a

gives The data types nvarchar and text are incompatible in the add operator. as an error.