select name,(select name from systypes where xusertype=syscolumns.xusertype) from syscolumns where id=object_id('aa')

如果是其它的表,把'aa'换成别的表名就行了