https://github.com/lowlydba/ssms-icon-ref
Reference guide for various undocumented icons in SQL Server Management Studio
https://github.com/lowlydba/ssms-icon-ref
hacktoberfest sql-server sql-server-management-studio ssms
Last synced: 19 days ago
JSON representation
Reference guide for various undocumented icons in SQL Server Management Studio
- Host: GitHub
- URL: https://github.com/lowlydba/ssms-icon-ref
- Owner: lowlydba
- License: mit
- Created: 2020-06-27T21:12:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T01:02:15.000Z (almost 6 years ago)
- Last Synced: 2025-03-01T20:46:32.819Z (over 1 year ago)
- Topics: hacktoberfest, sql-server, sql-server-management-studio, ssms
- Homepage: https://lowlydba.github.io/ssms-icon-ref
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Table of Contents
[](https://github.com/LowlyDBA/ExpressSQL/)
[][sdfc]
* [Instance](#instance)
* [Database](#database)
* [Database User](#database-user)
* [Management](#management)
* [Policy Management](#policy-management)
* [SQL Server Agent](#sql-server-agent)
* [Job](#job)
* [Security](#security)
* [Login](#login)
* [Server Role](#server-role)
* [Why these samples](#why-these-samples)
* [Contribute](#contribute)
*Icons are from version 18 or greater.*
## Instance
Indicates the status of the SQL Server instance.
| Icon | Description |
| ---- | ----------- |
|  | SQL Server instance service state is running. |
|  | SQL Server instance service state is unknown and cannot be reached. |
## Database
Indicates the status of the database.
| Icon | Description |
| ---- | ----------- |
|  | Database state is normal. |
|  | Database state is offline. |
|  | Database state is restoring. |
|  | Database state is pending recovery. |
|  | Database state is suspect. |
### Database User
| Icon | Description |
| ---- | ----------- |
|  | Database user state is enabled - user granted connect privileges. |
|  | Database user state is disabled - user denied connect privileges. |
## Management
### Policy Management
Indicates the status of policy management.
| Icon | Description |
| ---- | ----------- |
|  | Policy Management state is enabled. |
|  | Policy Management state is disabled or unavailable in this edition. |
### Resource Governor
| Icon | Description |
| ---- | ----------- |
|  | Resource Governor state is enabled. |
|  | Resource Governor state is disabled. |
## SQL Server Agent
Indicates the status of the SQL Server Agent service.
| Icon | Description |
| ---- | ----------- |
|  | SQL Server Agent service state is running. |
|  | SQL Server Agent service is not running. |
|  | SQL Server Agent service state is unknown and cannot be reached. |
### Job
Indicates the status of the SQL Server Agent job.
| Icon | Description |
| ---- | ----------- |
|  | Job state is enabled. |
|  | Job state is disabled. |
## Security
### Login
Indicates the status of a login.
| Icon | Description |
| ---- | ----------- |
|  | Login state is enabled. |
|  | Login state is disabled. |
### Server Role
Indicates the modification status of a server role.
| Icon | Description |
| ---- | ----------- |
|  | Server role state is unlocked and can be modified. |
|  | Server role state is locked and cannot be modified. |
---
## Why These Samples
The samples chosen for this reference guide were done so as a part of [Sample Data for Change][sdfc], which strives
to leverage technical examples to increase awareness, diversification, and change within technical fields.
## Contribute
Missing something? Want to add an icon? Open an [issue][issue] to get some :heart:.
[issue]: https://github.com/LowlyDBA/ssms-icon-ref/issues
[sdfc]: https://sampledataforchange.github.io/