If there are double quotes inside passwd, the connection will fail.
The reason is that in Program.cs, the database information is passed in using a string, and special characters may interfere with the syntax of the connection string.
You can use the SqlConnectionStringBuilder class to construct the connection string