I don't know if anyone has been able to connect to a secure mssql server over the internet with vbscript using the adodb object
is there pilicy that restrict script connecting to secure servers?
I don't know if anyone has been able to connect to a secure mssql server over the internet with vbscript using the adodb object
is there pilicy that restrict script connecting to secure servers?
If the server has been setup with a certificate then you can add "Encrypt=yes;" to the connection string which will encrypt the connection over the network. If you want to force encryption for all connections then enable the "force encryption" option and restart the instance and all connections will be encrypted.
btw the answer to this question "is there pilicy that restrict script connecting to secure servers?" is no!