This website is dedicated to common, day to day programming and database related Frequently Asked Questions. Popular Programming and Database Articles under one blog
Friday, August 19, 2011
Difference between varchar(max) and varchar(8000)
Varchar(8000) stores a maximum of 8000 characters
Varchar(max) stores a maximum of 2 147 483 647 characters
No comments:
Post a Comment