pem.mssql.setQuota

This method is supported by POA starting from version 2.6.5

This method allows to set a database quota for MS SQL databases (namely, for data and transaction log).

The method has the following input parameters:

Name

Type

Short Description

database_id

int

Database ID to set the quota for.

quota_rt_id

int

ID of the Resource Type to set the quota for

data_quota

bigint

Quota for data file

[log_quota]

bigint

optional, quota for transaction log file

This method has no output parameters.