I am running a T-SQL script called from a powershell script that contains a text string that includes a sequence containing $ (MV).
When I run the script, I get the error βthe script variable MV is not defined.β Which I assume because it interprets the string $ (MV) as a variable instead of being part of a text string.
How can I write a dollar sign as an escape sequence? Is this possible in line?
tsql powershell
Ergodyne Sep 06 2018-12-12T00: 00Z
source share