I need to escape quotation marks in SQL Server Integration Services' Expression Builder. I cannot escape it with double or triple quotes.

link|improve this question

60% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Backslash "\" is the escape character.

Example: "SELECT branch, \"tran-date\" FROM TellerTransaction"

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.