HOW TO
Instructions provided describe how to view the session log file tables in the temporary database (tempdb) of a SQL Server DBMS.
Execute the following query from a query window in the Query Analyzer or Management Studio:
Code:
USE tempdb
SELECT * FROM information_schema.tables
Note:
Temporary objects do not show up in Enterprise Manager or the Object Explorer in Management Studio; therefore, the query shown above must be executed to see these tables.
Get help from ArcGIS experts
Download the Esri Support App