Viewing post 1 (of 1 total)
You could use this query:
select name, colorder from syscolumns where object_name(id) = 'yourtablename'
December 5, 2005 at 10:21 pm
#607868