get_view_definition
Retrieve the CREATE VIEW statement for a view in SQL Server by specifying the database and view name.
Instructions
Get the CREATE VIEW definition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name | |
| view | Yes | View name (can include schema) |