SQLServer: Difference between revisions

From Piszczynski
piszczynski>Aleks
piszczynski>Aleks
No edit summary
Line 18: Line 18:


[https://www.microsoft.com/en-us/download/details.aspx?id=39046 Microsoft® Kerberos Configuration Manager for SQL Server®]
[https://www.microsoft.com/en-us/download/details.aspx?id=39046 Microsoft® Kerberos Configuration Manager for SQL Server®]
==SQL Server Service Accounts==
See useful info here [https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/configure-windows-service-accounts-and-permissions?view=sql-server-ver16 MS Learn]

Revision as of 12:50, 24 August 2023

SQL Server

Check on SQL server activity using:

  • ctrl + alt + A

SQL Server Networking

Check status of the SQL server networkconfiguration with the SQLCheck app:

SQLCheck DL

Also see the other tools:

SQL Networking tools wiki

SQL Server Authentication troubleshooting

If having issues with kerborous authentication you can use this tool to check spn + other possible issues:

Microsoft® Kerberos Configuration Manager for SQL Server®

SQL Server Service Accounts

See useful info here MS Learn