ecp_mssql_create_database
Create a new MSSQL database with an account-specific name prefix, and set up its login credentials in a single operation.
Instructions
Create a MSSQL database. db_name gets the account's own prefix applied automatically. Creates the login together with the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_name | Yes | ||
| password | Yes | ||
| db_username | Yes |