I have a DB with column that contains a ntext field when you using a simple select query I get back only first 8000 bytes. How can I get all of the data inside ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As @Tim Schmelter commented
NTEXTis deprecated so best not to use it. The answer to the following question provides a suggestion as to what to use instead:How to Prepare an ADO.NET Statement which includes an NText (clob) parameter
If it is still necessary to use
NTEXTthen the following MSDN article might be of use:http://msdn.microsoft.com/en-us/library/ms175547(v=sql.105).aspx