List of all Tables
select
* from sys.objects where type='u'
List of all Stored Procedure
select
* from sys.objects where type='p'
List of all views
select
* from sys.objects where type='v'
Copyright © All Rights Reserved / Blogger Templates / Designed By: Templatezy | Distributed By Gooyaabi Templates