List views
list_viewsList SQL Server database views with optional schema filter to retrieve view names and their schemas.
Instructions
List views in the database, optionally filtered to a single schema. Returns table_schema and table_name for each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Optional schema name to filter by, e.g. 'dbo' |