Get database object (dbo) type for given database and arrange asc

 select distinct (type), type_desc

from sys.objects

order by type asc;




Comments

Popular posts from this blog