Blue icon with a question mark - what does this SQL server icon mean?
The SQL Server instance is accessible and seems to be fine. Microsoft SQL Server 2016 (SP1-CU2) (KB4013106) - 13.0.4422.0 (X64) Mar 6 2017 14:18:16 Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows Server 2012 R2 Standard 6.3 (Build 9600: ) (Hypervisor) But what does the white question mark mean? What are this SQL server icon indicates and these icons don’t go away when I refresh. I am sysadmin inside sql server and outside I am an administrator on that box.
Another thing I noticed, you can see on the picture below. These are 2 different Management Studio sessions. On the top one, I am logged in as myself, DBA and sysadmin, on the second one I use Management Studio with run as a different user and I use a domain account that I use for the replication, which is not sysadmin. The second one has the blue icon in this and other servers as well, whilst mine is the normal green one.
This sql server icon with blue question mark indicates that SSMS does not know if the service is running or not, by way of a WMI call. I'm quite certain this icon replaced the blank or white circle icon of prior SSMS versions. After some digging, it looks like you could run into one or more issues causing this behavior, as follows:
- See if TCP port 135 to the server is open or not on your firewall? If it's not, opening it up may resolve this icon, but understand that there are also some special considerations to be aware of when enabling this port. Normally, this isn't a big deal if the server is not exposed to the perimeter of your network, but if your firewall rules are very restrictive or this server sits in a DMZ, this may be something you have to live with.
- Your user may not have proper permissions to view the service state remotely. To enable those permissions, follow the instructions here.
- WMI services are not running on the server hosting the database engine. Start the WMI services via services.msc, etc.