I am looking for something that works in SQL Server similar to the @ symbol in c# which causes a string to be taken as it\'s literal. Eg:
@
strin
Each character to be treated literally should be enclosed in square brackets. A right bracket is taken literally directly so don't enclose that one.