Lansweeper wrote:
try the following sql code:
ALTER TABLE [tblOperatingsystem ALTER COLUMN Description nvarchar(500)
GO
Awesome! Now comments are displayed correctly.
The script didn't work though, it was complaining about indexes. But I've changed it through SQL GUI.
So the problem was non-unicode field type?