Answered
VARCHAR(MAX) Sql Server 2008
What is the maximum bite number you should use in VARCHAR before resorting to VARCHAR(MAX)? For instance, is it efficient to use VARCHAR(900) or VARCHAR(2500)? At what point is it most efficient to use the MAX?
What is the maximum bite number you should use in VARCHAR before resorting to VARCHAR(MAX)? For instance, is it efficient to use VARCHAR(900) or VARCHAR(2500)? At what point is it most efficient to use the MAX?
Microsoft says:
If you have sites that support multiple languages, consider using the Unicode nchar or nvarchar data types to minimize character conversion issues. If you use char or varchar, we recommend the following:
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.