Hi all,
I am using the following resource to do an unattended installation of SQL Server through the Command Prompt:
https://msdn.microsoft.com/en-us/library/ms144259(v=sql.120).aspx
The password for the SQL Server service account (that is, the value of parameter /SQLSVCPASSWORD) has a double quote in it (for example, q0"75fhed)
I have tried to escape it by using a slash (hoping that \" turns into ") and by using another double quote (hoping that "" turns into "). Both options have returned errors - the error log says that the password is invalid, or that the password is not correct.
Any ideas?