I am writing a SQL Snippet in VS2010 and I want to have "$" as a character inside the SQL Snippet, but the way the snippet recognize a variable is by bounding a word with "$". EX: $var1$
Anybody know what the escape character is for SQL Snippet in VS2010, so it won't think of it as a variable by mistake?
Thank You.