i.e. if I create a VARCHAR(50) field, what happens if I try to assign it a value that’s 100 characters long?
Will SQL Server let me do this? Is it somehow less efficient?
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.
It will emit an error, saying that the string or binary data would be truncated.