OPTION Clause (Transact-SQL)

Specifies that the indicated query hint should be used throughout the entire DELETE, SELECT, or UPDATE statement in SQL Server 2008 R2. 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 ] ) ]