seniorT-SQL

What is SQL Server Service Principal Name (SPN) and Kerberos authentication?

Updated May 17, 2026

Short answer

SPN enables Kerberos authentication for secure delegation and identity validation.

Deep explanation

Kerberos authentication uses SPNs to identify services in Active Directory. Without correct SPN registration, SQL Server falls back to NTLM, which lacks delegation support. SPN misconfiguration is a common cause of authentication and performance issues in distributed systems.

Unlock with a Pro subscription to view this section.

View pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More T-SQL interview questions

View all →