| Database | Table | Application | Created | Links |
| tempdb | #oledb_results_table_crby_sybsystemprocs__sp_oledb_views | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #oledb_results_table(-- 0 Rows, Data: 0 B, Index: 0 B 2 TABLE_CATALOG varchar(32) null, 3 TABLE_SCHEMA varchar(32) null, 4 TABLE_NAME varchar(255) null, 5 VIEW_DEFINITION varchar(255) null, 6 CHECK_OPTION bit not null, 7 IS_UPDATABLE bit not null, 8 DESCRIPTION varchar(255) null, 9 DATE_CREATED datetime null, 10 DATE_MODIFIED datetime null 11 ) 12
| COLUMN USAGE | |
| TABLE_CATALOG | sp_oledb_views |
| TABLE_SCHEMA | sp_oledb_views |
| TABLE_NAME | sp_oledb_views |
| VIEW_DEFINITION | sp_oledb_views |
| CHECK_OPTION | sp_oledb_views |
| IS_UPDATABLE | sp_oledb_views |
| DESCRIPTION | sp_oledb_views |
| DATE_CREATED | sp_oledb_views |
| DATE_MODIFIED | sp_oledb_views |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_oledb_views |