Im trying to read in an sql file to be executed by powershell. Everything works fine except that powershell throws an error due to the word delimiter. So my question is how would I go about using a delimiter in my sql file (I can only make minor changes to the sql file, its code must remain relatively unchanged) but loading it correctly through powershell.Im trying to read in an sql file to be executed