Hi,
I want to run a SQL Agent step as a different user than the one used by the Agent service. I thought that I would create a new credential and then have a proxy use it, however there are none for just plain old SQL. This is a SQL 2014 Enterprise instance.
The reason for this is that I the Windows login that is used by the Agent service is not defined as a login in the database, I don;t want to therefore add it in as a user with restrictive rights it case it impacts on other jobs.
What is the easiest way of have a single job step run under a different Login?