Hello
When we configure a SQL Server we disable the SQL SA user account (security resons). When I create a Job we make the Job owner sa...the job run with sucess, how can this be when the SA account is disabled?
If I give bob sa permision, and he is Job owner, Job runs secsessful. I disable bob and Job Fails (tha i understand)
Why is it that the disabled sa user account, can still start the Job?