
What SPN do I use and how does it get there?
Jan 15, 2019 · 2010-03-05 09:39:53.20 Server The SQL Server Network Interface library could not register the Service Principal Name (SPN) for the SQL Server service. Error: 0x2098, state: 15. …
Understanding Kerberos and NTLM authentication in SQL Server ...
Mar 23, 2019 · SQL-Server-Team Former Employee Mar 23, 2019 First published on MSDN on Dec 02, 2006 In this post, I focus on how NTLM and Kerberos are applied when connecting to SQL Server …
How to use SPNs when you configure Web applications that are …
Jan 23, 2019 · This article describes service principal names (SPNs). This article also describes how to use SPNs when you configure Web applications that are hosted on Microsoft Internet Information …
How to grant ReadServicePrincipalName and …
Jan 15, 2019 · Instead of setting SPNs manually, you may want to give ReadServicePrincipalName and WriteServicePrincipalName rights to SQL Server service start-up account so that it can register and …
SQL Server's SPN autoregistration and ListenAll IP setting
Jan 15, 2019 · 2015-09-25 16:42:03.56 Server The SQL Server Network Interface library successfully registered the Service Principal Name (SPN) [ MSSQLSvc/ servername.domain.com:1433 ] for the …
Searching for Duplicate SPN's got a little easier
Jan 15, 2019 · First published on MSDN on Feb 13, 2009 We get a lot of calls related to Kerberos configuration, and I'm planning to write more about our experiences and...
Understanding Kerberos Double Hop | Microsoft Community Hub
Apr 4, 2019 · The web page hosts the code that retrieves the data from SQL. The user account is used to authenticate to the web server. The web server uses its constrained delegation ability to request a …
SharePoint Adventures : Using Kerberos with the Report Server
Jan 15, 2019 · At this point the Report that we have with a data source to the SQL Server should run ok as there are no application specific settings that needs to be set for SQL Server outside of the SPN.
Setting up Kerberos Authentication for a Website in IIS
Jan 23, 2019 · The steps followed from Step 9 shows you the configuration when you want to configure double hop i.e delegate the logged in account to a backend server (for eg a sql service). Steps: …
QTip: Connect to Azure SQL DB using Entra SPN (service principal ...
Feb 2, 2024 · Testing steps required to connect to Azure SQL DB using Entra SPN with SSMS and Powershell In this guide, I am going to outline the steps on how to connect to an Azure SQL …