Virtual Machine Sql Instance Args
Constructors
Properties
Specifies if the SQL Server is optimized for adhoc workloads. Possible values are true
and false
. Defaults to false
.
Specifies if Instant File Initialization is enabled for the SQL Server. Possible values are true
and false
. Defaults to false
. Changing this forces a new resource to be created.
Specifies if Lock Pages in Memory is enabled for the SQL Server. Possible values are true
and false
. Defaults to false
. Changing this forces a new resource to be created.
Maximum amount memory that SQL Server Memory Manager can allocate to the SQL Server process. Possible values are between 128
and 2147483647
Defaults to 2147483647
.
Minimum amount memory that SQL Server Memory Manager can allocate to the SQL Server process. Possible values are between 0
and 2147483647
Defaults to 0
.