Questions tagged [double-quote]
1 questions
4
votes
2 answers
double quotes on a sql server code inside powershell - in visual code - how to make it work?
double quotes are used in sql server, and their behaviour can be defined by the option SET QUOTED_IDENTIFIER ON\ OFF
double quotes are also used in powershell.
SET QUOTED_IDENTIFIER must be ON when you invoke XML data type methods.
this is a partial…
Marcello Miorelli
- 17,274
- 53
- 180
- 320