I have to update new account to run SQL Server Agent job. This job is running under users account and his password will expire. That user no longer associated with company. I have created new login, I have also created new credentials. also mapped credentials with proxy account.
The issue here is when job executes on scheduled time. It is failing. I do not know the reason. The reason could be password protected ssis package.
I don't know the password. How can I update proxy account without failing schedule job?
I am using sql server 2008R2