white circle in microsoft SQL server management studio 2012

后端 未结 4 2019
旧时难觅i
旧时难觅i 2021-02-11 15:13

I\'m new in SQL server management studio 2012

now i\'m use data from server and it has a white circle on my database

4 people in my team use this server and ever

4条回答
  •  爱一瞬间的悲伤
    2021-02-11 15:52

    The white circle usually contains a green arrow, a blue paused symbol, or a red square - indicating that the SQL Server service is either running, paused, or stopped respectively.

    Usually security is set-up so that only administrators can see the service status, so regular users don't have access to that information, hence why SSMS displays an empty white circle, meaning the service is in an indeterminate state, from its viewpoint - of course if you can connect to the service and run queries then it has to be running, so don't worry about this.

    See here: http://www.sqlservercentral.com/Forums/Topic825246-146-1.aspx

提交回复
热议问题