phpMyFAQ and MS SQL server sometimes truncate faq content
Check your PHP configuration: open your php.ini and change the value of mssql.textsize according to your bigger faq content, e.g.:
; Valid range 0 - 2147483647. Default = 4096.
;mssql.textsize = 4096
mssql.textsize = 131072