Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stored procedure to return user tables in database?
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00638154
Message ID:
00638155
Vues:
20
In general, it is not recommended that you access the system tables directly.

But...this query will get what you want:

SELECT * FROM sysobjects WHERE type='U'

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform