Thursday, August 4, 2011

How to get list of user tables in database

select * from sys.objects where type='U' order by name

No comments:

Post a Comment