ALTER SOURCE

ALTER SOURCE changes the provisioned size of a source.

Syntax

ALTER SOURCE IF EXISTS name SET ( SIZE value )
Field Use
name The identifier of the source you want to alter.
value The new value for the source size. Accepts values: 3xsmall, 2xsmall, xsmall, small, medium, large, xlarge.

See also

Back to top ↑