Increases the amount of storage space allocated to a database. The existing database storage space is extended to include available space on database devices.
Database.ExtendOnDevices ( [DeviceNames :=] strDevices )
HRESULT pDatabase->ExtendOnDevices ( SQLOLE_LPCSTR strDevices );
Element | Type | Description |
---|
strDevices | String | Comma delimited list of one or more database device usage specifiers. Each usage specifier consists of the database device name, an equal sign, and a size in megabytes. |
ALTER DATABASE