SQL Search Wildcards and escaping square brackets
undrline
Posts: 2 New member
in SQL Search
I'm searching for something along the lines of
Escaping square brackets with square brackets doesn't work. What am I doing wrong?
"UNIX style wildcards" isn't helping me figure it out. Could someone point me to a cheatsheet?
['+ @Linkedserver +'].dbo
Escaping square brackets with square brackets doesn't work. What am I doing wrong?
[[]'*+*[@]*+*'[]].dbo
"UNIX style wildcards" isn't helping me figure it out. Could someone point me to a cheatsheet?
Tagged:
Answers
The documentation for this can be found on the following page:
https://documentation.red-gate.com/ss3/how-to-search
Dan Bainbridge
Product Support Engineer | Redgate Software
And, it looks like my issue is related to
But I'm not understanding what that means. Does it mean to just leave them out of the search string, and it will assume that I don't care if there are square brackets or not? What if the square brackets are the only thing that distinguishes my search constants?