Does anyone know how I can get SQL History to search by the whole word?
For example, if I'm searching for usp_GetAccountSearchResults it'll show me anything beginning with usp, where the words “get”, “account”, “search” or “results” appear in the query. This is not what I want, I want to be able to search for all the queries containing exactly that term. How do I do that?
Does anyone know how I can get SQL History to search by the whole word?
For example, if I'm searching for usp_GetAccountSearchResults it'll show me anything beginning with usp, where the words “get”, “account”, “search” or “results” appear in the query. This is not what I want, I want to be able to search for all the queries containing exactly that term. How do I do that?