OPTION Clause (Transact-SQL)

Specifies that the indicated query hint should be used throughout the entire query. Each query hint can be specified only one time, although multiple query hints are permitted. Only one OPTION clause can be specified with the statement.

Topic link iconTransact-SQL Syntax Conventions

Syntax

[ OPTION ( <query_hint> [ ,...n ] ) ] 

See Also

Reference