Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stored procedure to return user tables in database?
Message
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00638154
Message ID:
00638155
Views:
21
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform