1

What's the best method to store long text string (> 5000 chars)?

0

1 Answer 1

1

It depends on the database. With SQL server, you can use varchar(MAX) or text.

http://www.teratrax.com/articles/varchar_max.html explains about different storage types.

and of course, good ol' dependable msdn...

http://msdn.microsoft.com/en-us/library/ms176089.aspx

Sign up to request clarification or add additional context in comments.

1 Comment

It's SQL Server 2005. Thanks.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.