Skip to content

Commit 8e04cdc

Browse files
Merge pull request #572 from VladDBA/dev
sp_QuickieStore's Readme.md file - Markdown needs the escape character escaped
2 parents b7d736f + 8411e58 commit 8e04cdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sp_QuickieStore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Use the `@expert_mode` parameter to return additional details.
5151
| @query_text_search | nvarchar | query text to search for | a string; leading and trailing wildcards will be added if missing | NULL |
5252
| @query_text_search_not | nvarchar | query text to exclude | a string; leading and trailing wildcards will be added if missing | NULL |
5353
| @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 |
54-
| @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 (\) | \ |
54+
| @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 (\\) | \ |
5555
| @only_queries_with_hints | bit | only return queries with query hints | 0 or 1 | 0 |
5656
| @only_queries_with_feedback | bit | only return queries with query feedback | 0 or 1 | 0 |
5757
| @only_queries_with_variants | bit | only return queries with query variants | 0 or 1 | 0 |

0 commit comments

Comments
 (0)