generate_migration_script
Generate T-SQL migration scripts to transform source database schema to match the target schema.
Instructions
Generate a T-SQL migration script to transform source schema to match target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_filter | No | Comma-separated schema names to compare. Defaults to all user schemas. | |
| source_database | Yes | Source database name. | |
| target_database | Yes | Target database name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||