MS SQL Connection

HI All!

Tell MS SQL Managment studio to indicate the address of the target server if the Inband destination selection * connection is configured in SPS?

Parents Reply Children
  • and if using an LDAP Authentication policy where you can map an LDAP User to Local SQL user and have an SPS Local credential store auto inject the Local SQL user credentials then you can use:

    Server Name: SPS IP Address
    Login: gu={LDAPUser}%{LocalSQLUser}%{TargetSQLServer}

    Here the user will provide the password for LDAP user only and SPS will auto inject the local SQL user credentials from a local credential store as an example.

    Thanks!