XML can be stored as MySQL TEXT data. DBBlobEditor can help you to store XML as MySQL TEXT data: Batch import XML files into MySQL TEXT Batch export MySQL TEXT to XML files ... Read more
Tag Archives: text
MySQL TEXT
MySQL doesn’t have a native CLOB (Character Large Object) data type exactly like some other databases such as Oracle. MySQL offers the TEXT family of data types, which can be considered similar to CLOB. The LONGTEXT type can store up to 4GB of text data. Detailed overview of TEXT data type ... Read more
SQL Server export varchar(max) column to text
First, you need Download DBBlobEditor Windows 64 bit Windows 32 bit Linux .deb (For Debian, Ubuntu) 64 bit Linux .rpm (For Red Hat, Fedora, SUSE) 64 bit MacOS 64 bit Run DBBlobEditor, click the “Export LOB” button. Choose the table name, varchar(max) column name (Lob Field), ... Read more