How can we help you today? How can we help you today?
Christian Perez

Activity overview

Latest activity by Christian Perez

Hi Daniel,   Thanks for reaching out to Redgate Support regarding your SQL History concern. You are correct that this is present in previous versions as it is by design, see here some details on case sensitivity from our documentation https://documentation.red-gate.com/sp/ssms-tab-management/sql-history/searching-sql-history Why am I not getting the results I expect? Casing of both the words you are searching with and the query text you are searching for can have an effect on the results. To give the likeliest optimal results, compound words are broken up when searching. To do this, capital letters are treated as a word boundary. For example, if the table CustomerOrders appears in a query, this will be broken into Customer, Orders and CustomerOrders when searching. Searching for any of these will get a result. If the CustomerOrders table was defined as Customerorders instead, searching for customer or orders will not find it. The same word boundary logic is applied for the text being used in the search. If you don't find what you expect to, try to change the search text slightly by lower casing it and splitting words apart.   That being said, if you would like us to add a feature to toggle case sensitivity for search results, I would recommend submitting an entry to our SQL Prompt User Voice forum so other Prompt users can vote on it and then possibly be implemented by development. https://redgate.uservoice.com/forums/94413-sql-prompt / comments Official comment
Hi Daniel, Thanks for reaching out to Redgate Support regarding your SQL History concern. You are correct that this is present in previous versions as it is by design, see here some details on case...
0 votes