Comments
5 comments
-
You need to escape special characters in regex.
Eginsert % select \* from % option \(maxdop 1\)
matches the query you've written above. -
Just to expand upon this, the inline help does contain more information, if you click the question mark next to the regex editor:
-
thanks, your 1st answer helped a lot, I didn't fully understand the "special characters need to be escaped" bit in the online help - but I do now - thanks
-
No problem - if you think we can make the documentation better please let us know how. After all its only useful if people can understand it!
-
I think an e.g. in the online help would help,
so, insert into select * from xxx, would become ...etc
thanks again. Happy New Year
Add comment
Please sign in to leave a comment.
I've tried to put in
insert % select * from % option (maxdop 1)
- which is my index rebuilds but it didn't work - can we have some examples?