Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
BOL said:Contains one row for each table in the current database for which the current user has permissions. The INFORMATION_SCHEMA.TABLES view is based on the sysobjects system table.
To retrieve information from these views, specify the fully qualified name of INFORMATION_SCHEMA view_name.
where
o.xtype in ('U', 'V') and /*User Tables, Views*/
permissions(o.id) != 0
Sorry for posting the bad info. I try to avoid doing so.BOL said:Type of table. Can be VIEW or BASE TABLE.