So, I've been trying to solve the blue icon question mark on my sql server in SQL Server Management Studio by following the answer in the following link:
Blue icon with question mark - what does it mean?
after executing the above recommended answer I was still unable to resolve this question mark icon issue and to prove that it was related to the WMI I followed these steps:
In windows Start > Run > WBEMTest
Type the following under namespace
\\NameOfMyServerOrMachine\root\Microsoft\SQLServer\ComputerManagement13Click on "Query..."
Enter Query
Select * from SQLServiceand ApplyI get 0 rows
What does this mean? what else am I missing?
This is what I have tried so far:
- Added my windows user to the
Distributed COM UsersandPerformance Monitor Users - in my sql server machine, I opened the WMI Control and gave permissions to group
Performance Monitor Usersso that they could haveEnable AccountandRemote Enableaccess to the namespace and subnamespaces on :\\NameOfMyServerOrMachine\root\Microsoft\SQLServer\ComputerManagement13 - Verified that the WMI service is running in the sql server machine
- TCP Port 135 is enabled and open in the guest machines
Windows Management Instrumentation (DCOM-In)andWindows Management Instrumentation (WMI-In)Inbound rule is enabled in the guest machines firewall.
Any thoughts?