I'm kind of noob in SQL Server... I use SQL Server 2000. I have a field that is varchar (8000) left from another coder, but now I need it to have more size, but max varchar is 8000...
Read up on text before you use it, it may require special handling.
SQL Server 2005 has a better way of handling larger data, so it might be a good reason to upgrade if this is a field that will have frequent need to access.
"NOTHING is more important in a database than integrity." ESquared
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.