Executing:
Select 1 FROM OPENROWSET
('SQLOLEDB','Server=(local);TRUSTED_CONNECTION=YES;','set fmtonly off
exec msdb.dbo.sp_help_job @job_name = ''JobAcct'', @job_Aspect = ''Job''')
WHERE current_execution_Step LIKE '%unknown%'
Getting this error:
Error Message: Access to the remote server is denied because no login-mapping exists.
I have seen posts about login mapping with Linked Servers, but this is on the local machine. Any Thoughts.