sql server parameterizes all queries in the database sqlserver使数据库中的所有查询参数化。
when forced is specified, sql server parameterizes all queries in the database 当指定为forced时,sqlserver将参数化数据库中所有的查询。
indicates the plan guide applies to any query that parameterizes to the form indicated in 中所指示的格式的任何查询。如果指定了template,则只能在
when sql server parameterizes literals, the parameters are converted to the following data types 当sqlserver参数化文本时,参数将转换为下列数据类型:
the following example creates a plan guide that matches any query that parameterizes to a specified form, and directs sql server to force parameterization of the query 以下示例创建一个计划指南,它与被参数化为指定格式的任何查询匹配,并使sqlserver强制执行查询参数化。