Tell me what action plan is prefered if SQL Server is not responding?

Submitted by: Muhammad
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
Submitted by: Muhammad

Read Online SQL Administrator Job Interview Questions And Answers