Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/02/2005, 15:40
Avatar de Mithrandir
Mithrandir
Colaborador
 
Fecha de Ingreso: abril-2003
Mensajes: 12.106
Antigüedad: 21 años, 8 meses
Puntos: 25
Código:
SELECT * FROM information_schema.tables 
WHERE table_type = 'base table'
AND table_name <> 'dtproperties'
Código:
SELECT * 
FROM sysobjects
WHERE xtype = 'u'
AND category = 512
__________________
"El hombre, en su orgullo, creó a Dios a su imagen y semejanza."
Friedrich Nietzsche