SELECT syscolumns.length FROM syscolumns WHERE syscolumns.id = object_id('表名') and syscolumns.name='字段名'