The column LinkUrl in table tblContentSoftlink is of datatype nvarchar(255) and this is to small. To be able to save URL's it should be 2048 characters. This is a size that works for most browsers so it does not have to be any longer I think, but 255 is way to short.
The column LinkUrl in table tblContentSoftlink is of datatype nvarchar(255) and this is to small. To be able to save URL's it should be 2048 characters. This is a size that works for most browsers so it does not have to be any longer I think, but 255 is way to short.