I am in an environment where SQL passwords expire every 90 days and I have not found a way to have that changed (bureacracy).
This means my application quits working every 90 days until I login with SMS, change the password and update the FE.
Is there any simple way to have a SQL User change it's own password when it is expired using T-SQL i.e. via ODBC/ADO connection?
This means my application quits working every 90 days until I login with SMS, change the password and update the FE.
Is there any simple way to have a SQL User change it's own password when it is expired using T-SQL i.e. via ODBC/ADO connection?