Using Microsoft SQL Server 2005 – wondering how can I escape parenthesis in my query?
I’m trying to find the string position of “(” in one of my columns returned, but Management Studio keeps thinking I’m opening another command when I use that. I’ve tried \ but that isn’t escaping it.
Thank you!
this doesn’t work for you?