⟩ Tell me what action plan is prefered if SQL Server is not responding?
Connect using DAC via CMD or SSMS
☛ Connect via CMD
☛ SQLCMD -A –U myadminlogin –P mypassword -SMyServer –dmaster
☛ Once you connect to the master database run the diagnostic quires to find the problem
☛ Correct the issue and restart the server