Retrieve all tables from a database schema

This example demonstrates how to retrieve all the tables under schema dbo and write them to output view.

  1. Configure the SQL Server Table List Snap to retrieve all tables under schema dbo.

    SQL Server Table List Snap Configuration

  2. View the output showing the retrieved tables with their names and types.

    SQL Server Table List Output