Get SQL Database Files
This Automation Manager object obtains all database files for a given database.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
SQL Server | String | Yes | The name of the server that is hosting SQL Server. |
Database | String | Yes | The name of the database. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
SQL Server | String | Yes | Localhost |
Database | String | Yes | SQLdev |