Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/01/2006, 15:52
Avatar de rodri
rodri
 
Fecha de Ingreso: febrero-2005
Mensajes: 406
Antigüedad: 19 años, 10 meses
Puntos: 2
Solucion

Hola nuevamente, creo que ya lo solucioné, al query anterior tendria que añadirsele lo siguiente:

Código:
and c.xtype = 56
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.
__________________
0.o Rodri