{"id":25858855,"url":"https://github.com/lowlydba/ssms-icon-ref","last_synced_at":"2026-06-14T07:31:46.415Z","repository":{"id":104177857,"uuid":"275454028","full_name":"lowlydba/ssms-icon-ref","owner":"lowlydba","description":"Reference guide for various undocumented icons in SQL Server Management Studio","archived":false,"fork":false,"pushed_at":"2020-07-15T01:02:15.000Z","size":133,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T20:46:32.819Z","etag":null,"topics":["hacktoberfest","sql-server","sql-server-management-studio","ssms"],"latest_commit_sha":null,"homepage":"https://lowlydba.github.io/ssms-icon-ref","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lowlydba.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-27T21:12:48.000Z","updated_at":"2023-03-10T23:15:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c6b33f3-06eb-4358-8c85-fdac8f000ddb","html_url":"https://github.com/lowlydba/ssms-icon-ref","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lowlydba/ssms-icon-ref","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowlydba%2Fssms-icon-ref","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowlydba%2Fssms-icon-ref/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowlydba%2Fssms-icon-ref/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowlydba%2Fssms-icon-ref/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lowlydba","download_url":"https://codeload.github.com/lowlydba/ssms-icon-ref/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowlydba%2Fssms-icon-ref/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34313515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","sql-server","sql-server-management-studio","ssms"],"created_at":"2025-03-01T20:36:38.019Z","updated_at":"2026-06-14T07:31:46.410Z","avatar_url":"https://github.com/lowlydba.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Table of Contents\n\n[![apm](https://img.shields.io/apm/l/vim-mode.svg)](https://github.com/LowlyDBA/ExpressSQL/)\n[![Sample Data For Change](https://img.shields.io/badge/Sample%20Data%20For%20Change-%E2%9D%A4-red)][sdfc]\n\n* [Instance](#instance)\n  * [Database](#database)\n    * [Database User](#database-user)\n  * [Management](#management)\n    * [Policy Management](#policy-management)\n  * [SQL Server Agent](#sql-server-agent)\n    * [Job](#job)\n  * [Security](#security)\n    * [Login](#login)\n    * [Server Role](#server-role)\n* [Why these samples](#why-these-samples)\n* [Contribute](#contribute)\n\n*Icons are from version 18 or greater.*\n\n## Instance\n\nIndicates the status of the SQL Server instance.\n\n| Icon | Description |\n| ---- | ----------- |\n| ![Instance running](assets/instance_running.png) | SQL Server instance service state is running. |\n| ![Instance unknown](assets/instance_unknown.png) | SQL Server instance service state is unknown and cannot be reached. |\n\n## Database\n\nIndicates the status of the database.\n\n| Icon | Description |\n| ---- | ----------- |\n| ![Database normal](assets/db_normal.png) | Database state is normal. |\n| ![Database offline](assets/db_offline.png) | Database state is offline. |\n| ![Database restoring](assets/db_restoring.png) | Database state is restoring. |\n| ![Database recovery](assets/db_recoverypending.png) | Database state is pending recovery. |\n| ![Database suspect](assets/db_suspect.png) | Database state is suspect. |\n\n### Database User\n\n| Icon | Description |\n| ---- | ----------- |\n| ![Dbuser enabled](assets/dbuser_enabled.png) | Database user state is enabled - user granted connect privileges. |\n| ![Dbuser disabled](assets/dbuser_disabled.png) | Database user state is disabled - user denied connect privileges. |\n\n## Management\n\n### Policy Management\n\nIndicates the status of policy management.\n\n| Icon | Description |\n| ---- | ----------- |\n| ![PolicyMgmt enabled](assets/policymgmt_enabled.png) | Policy Management state is enabled. |\n| ![PolicyMgmt disabled](assets/policymgmt_disabled.png) | Policy Management state is disabled or unavailable in this edition. |\n\n### Resource Governor\n\n| Icon | Description |\n| ---- | ----------- |\n| ![ResourceGov enabled](assets/resourcegov_enabled.png) | Resource Governor state is enabled. |\n| ![ResourceGov disabled](assets/resourcegov_disabled.png) | Resource Governor state is disabled. |\n\n## SQL Server Agent\n\nIndicates the status of the SQL Server Agent service.\n\n| Icon | Description |\n| ---- | ----------- |\n| ![Agent enabled](assets/agent_enabled.png) | SQL Server Agent service state is running. |\n| ![Agent disabled](assets/agent_disabled.png) | SQL Server Agent service is not running. |\n| ![Agent unknown](assets/agent_unknown.png) | SQL Server Agent service state is unknown and cannot be reached. |\n\n### Job\n\nIndicates the status of the SQL Server Agent job.\n\n| Icon | Description |\n| ---- | ----------- |\n| ![Job enabled](assets/job_enabled.png) | Job state is enabled. |\n| ![Job disabled](assets/job_disabled.png) | Job state is disabled. |\n\n## Security\n\n### Login\n\nIndicates the status of a login.\n\n| Icon | Description |\n| ---- | ----------- |\n| ![Login enabled](assets/login_enabled.png) | Login state is enabled. |\n| ![Login disabled](assets/login_disabled.png) | Login state is disabled. |\n\n### Server Role\n\nIndicates the modification status of a server role.\n\n| Icon | Description |\n| ---- | ----------- |\n| ![ServerRole unlocked](assets/serverrole_unlocked.png) | Server role state is unlocked and can be modified. |\n| ![ServerRole locked](assets/serverrole_locked.png) | Server role state is locked and cannot be modified. |\n\n---\n\n## Why These Samples\n\nThe samples chosen for this reference guide were done so as a part of [Sample Data for Change][sdfc], which strives\nto leverage technical examples to increase awareness, diversification, and change within technical fields.\n\n## Contribute\n\nMissing something? Want to add an icon? Open an [issue][issue] to get some :heart:.\n\n[issue]: https://github.com/LowlyDBA/ssms-icon-ref/issues\n[sdfc]: https://sampledataforchange.github.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flowlydba%2Fssms-icon-ref","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flowlydba%2Fssms-icon-ref","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flowlydba%2Fssms-icon-ref/lists"}