We know that in PostgreSQL, Oracle, and other database management systems (DBMS), when connecting to them via a URL, if there is a special character in the password, we can use percent encoding to convert that character, and it won't affect the connection, avoiding any issues. But does this also apply to SQL Server? I couldn't find any official documentation that confirmed this for me