diff --git a/sp_QuickieStore/README.md b/sp_QuickieStore/README.md index c7b73023..6c29f1f9 100644 --- a/sp_QuickieStore/README.md +++ b/sp_QuickieStore/README.md @@ -51,7 +51,7 @@ Use the `@expert_mode` parameter to return additional details. | @query_text_search | nvarchar | query text to search for | a string; leading and trailing wildcards will be added if missing | NULL | | @query_text_search_not | nvarchar | query text to exclude | a string; leading and trailing wildcards will be added if missing | NULL | | @escape_brackets | bit | Set this bit to 1 to search for query text containing square brackets (common in .NET Entity Framework and other ORM queries) | 0 or 1 | 0 | -| @escape_character | nchar | Sets the ESCAPE character for special character searches, defaults to the SQL standard backslash (\) character | some escape character, SQL standard is backslash (\) | \ | +| @escape_character | nchar | Sets the ESCAPE character for special character searches, defaults to the SQL standard backslash (\\) character | some escape character, SQL standard is backslash (\\) | \ | | @only_queries_with_hints | bit | only return queries with query hints | 0 or 1 | 0 | | @only_queries_with_feedback | bit | only return queries with query feedback | 0 or 1 | 0 | | @only_queries_with_variants | bit | only return queries with query variants | 0 or 1 | 0 |