Dear Team
I am getting this Error In Job while running, Will you guys please help me out to solve the below error.
Technology Tips and News
Dear Team
I am getting this Error In Job while running, Will you guys please help me out to solve the below error.
to change the Job Owner to a login which has requisite privileges on the SQL Server Instance,
Use SA accounts.
What type is job ?What is server edition ?
it looks the job owner is local user who does not have access -- try using a domain account or SADear Team
I am getting this Error In Job while running, Will you guys please help me out to solve the below error.
Thanks Stan.
Its Working with sa login.
Regards
Chetan
SA is highest privilege on the instance, if you want to run the job with another user then map the login to msdb and grant operator role to the user.