Oracle: SQL and PL/SQL

If SQL Server is running under a domain user account domain\sqlServiceAccount, then you will need to register an SPN for sqlServiceAccount, not for computername$. Failing to do so will result in logon failure. At a command prompt, type: setspn –L Account . where Account is the name of the account under which SQL Server is running. ................
................