SQLServer_Option_Fast_1

Previous Next

Allowed values

{ True | False }

 

The underlined value is the USoft factory default. It applies if you have not set this deployment parameter to a different value.

 

Context

This parameter may be set for all 3 deployment configuration contexts: Client Server, RunBatch, and Rules Service.

You can set this parameter in the Additional Parameters list at the bottom of the tab page for each context.

 

Explanation

This parameter is only active when running on SQLServer. Setting this parameter to True may optimize the performance of some statements. If this paramater is set to 'True', the following will be added to all SELECT statements sent to the database:

OPTION (FAST 1)

 

 

See Also

Deployment Configurations

Deployment Configuration Contexts

Deployment Parameters