I've restored a remote database to my local, and it contains some users which are used to execute jobs.
We are trying to execute the job and it is seems to return a connection error (connection to the same database).
It is using a proxy user to run CMD EXEC commands, and we've checked the final user behind the proxy, turns out it seems that this user is not allowed to login to the SQL Server.
We've entered with SA account and taken ownership of the database, however, we are unable to change the user setting.
Please advise.