white circle in microsoft SQL server management studio 2012

后端 未结 4 1257
梦如初夏
梦如初夏 2021-02-11 15:24

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:54

    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

提交回复
热议问题