Is there an equivalent of PostgreSQL’s Dollar-quoted String Constants, on SQL Server? I would like to enter HTML string literals that would potentially contain single or double quotes in them. Example: UPDATE table_name SET column_name = $ $ Here’s a string that contains “double quotes”. $ $ WHERE condition = trueRead more