Browse by Tags

All Tags » column length » data length (RSS)

Column length and Data length

When you use character datatypes(char,varchar,nchar,etc), always make sure that column has enough length to have data. Otherwise sometimes you would get errors and sometimes you wont. Consider the following example Declare @t table ( i int , test_col...
Posted by Madhivanan | with no comments