MS SQL Server stores the information about the objects (tables, views, functions, etc) stored in the database in a table, which is accessible by selecting from the sysobjects view (sql2000) or the sys.objects and sys.sysobjects views (sql2005, sql2008).
The type of object is given by the columns xtype or type, depending on the view. Read the rest of this entry »
Posted by devio 