Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/11/2009, 09:59
Avatar de Andres95
Andres95
Colaborador
 
Fecha de Ingreso: diciembre-2004
Mensajes: 1.802
Antigüedad: 20 años
Puntos: 38
Respuesta: ayuda con query

si lo que se requiere es consultar que campos tiene la tabla..

Código:
SELECT COLUMN_NAME, * 
FROM INFORMATION_SCHEMA.COLUMNS 
WHERE TABLE_NAME = 'MITABLA'
ORDER BY ORDINAL_POSITION
Saludos!
__________________
La sencillez y naturalidad son el supremo y último fin de la cultura...
--
MCTS : SQL Server 2008, .NET Framework 3.5, ASP.NET Applications.