rebelknight
Technical User
When creating a credential for a SQL server Agent job proxy, you can create it within Security->Credentials in the GUI and specify a name, windows login and password.
In T-SQL the create credential command does not have parameters for linking a login and password to a credential name. How is this performed in T-SQL? Is there a seperate step?
In T-SQL the create credential command does not have parameters for linking a login and password to a credential name. How is this performed in T-SQL? Is there a seperate step?