Hints (SQL Server Compact)

Options or strategies specified for enforcement by the Microsoft SQL Server Compact query processor on SELECT, INSERT, UPDATE, or DELETE statements.

Using Hints

The hints override any execution plan the query optimizer might select for a query.

Note

Because the query optimizer of SQL Server typically selects the best execution plan for a query, we recommend that <join_hint>, <query_hint>, <table_hint>, and <view_hint> only be used as a last resort by experienced developers and database administrators.

The following hints are described in this section: