When trying this:
select BtId, [Name], Type, ISNULL([Description], '') as [Description],
ISNULL(Comment, '') as Comment, ISNULL(Source, '') as Source, ISNULL(Info, '') as Info
from BytegymType
For json auto
I get this error message:
Unable to show XML. The following error happened:
An error occurred while parsing EntityName. Line 1, position 14957.
One solution is to increase the number of characters retrieved from the
server for XML data. To change this setting, on the Tools menu, click
Options.
I have set the sql result to max:
The non-xml data i cant get over 655535 either.. I tried also result to file, still missing stuff.
Sorry I'm not too good with sql-server :(
