Tips .NET
ASP.NET C# / SQLServer / JavaScript
viernes, 19 de febrero de 2010
SQL SERVER select para ver tablas, etc
Tables
select name from sysobjects where xtype='U'
Views
select name from sysobjects where xtype='V'
Triggers
select name from sysobjects where xtype='TR'
All
select name from sysobjects where type in ('U','V','TR')
No hay comentarios:
Publicar un comentario
Entrada más reciente
Entrada antigua
Inicio
Suscribirse a:
Enviar comentarios (Atom)
No hay comentarios:
Publicar un comentario