Hola nuevamente, creo que ya lo solucioné, al query anterior tendria que añadirsele lo siguiente:
es decir tendriamos lo siguiente.
Código:
select c.name,* from syscolumns c,sysobjects o where o.id =c.id and o.xtype = 'U' and o.id = [id_de_tabla] and typestat = 1 and c.xtype = 56 order by colid
si alguien tiene algun comentario lo agradeceria mucho.