Azure SQL Tables shows table information for a selected Azure SQL database. Use it during database review, query investigation, and schema-oriented troubleshooting.
The Tables page is most useful when performance evidence points to a specific object. After identifying a high-impact statement in Azure SQL Queries, use this page to confirm the table name and move into supporting schema checks. When lock or deadlock evidence names an object, the Tables page helps connect that symptom to the database structure the application is using.
Table inventory also helps during capacity and migration reviews. Large or heavily used tables may deserve closer inspection in Azure SQL Indexes, Azure SQL Query Store, and Azure SQL Database Summary. If a table is unexpectedly missing, verify you are viewing the correct Azure SQL database, not just the correct logical server.
Use table information as context rather than a tuning recommendation by itself. The right action depends on workload, indexes, query plans, data volume, and business use.
No. It provides monitoring and inventory context. Apply schema changes through your normal database change process.
Permissions, database selection, and Azure SQL metadata visibility can affect what the monitoring login can see.
Open Azure SQL Indexes, Azure SQL Queries, or Azure SQL Locks, depending on the symptom.