{"id":15392983,"url":"https://github.com/pimbrouwers/sp_easybutton","last_synced_at":"2025-10-14T19:07:10.538Z","repository":{"id":70794988,"uuid":"137131550","full_name":"pimbrouwers/sp_EasyButton","owner":"pimbrouwers","description":"One-button SQL Server configuration to implement commonly-accepted best practices.","archived":false,"fork":false,"pushed_at":"2019-01-27T14:30:09.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T19:03:34.962Z","etag":null,"topics":["sql","sql-server","tsql","tsql-stored-procedures"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pimbrouwers.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":"2018-06-12T21:49:25.000Z","updated_at":"2020-07-03T16:34:40.000Z","dependencies_parsed_at":"2023-03-11T09:11:58.737Z","dependency_job_id":null,"html_url":"https://github.com/pimbrouwers/sp_EasyButton","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"667fcc43a2f0275688d965ddfc36a4ec09834a2f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pimbrouwers/sp_EasyButton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimbrouwers%2Fsp_EasyButton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimbrouwers%2Fsp_EasyButton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimbrouwers%2Fsp_EasyButton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimbrouwers%2Fsp_EasyButton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pimbrouwers","download_url":"https://codeload.github.com/pimbrouwers/sp_EasyButton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimbrouwers%2Fsp_EasyButton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020642,"owners_count":26086895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["sql","sql-server","tsql","tsql-stored-procedures"],"created_at":"2024-10-01T15:17:00.575Z","updated_at":"2025-10-14T19:07:10.479Z","avatar_url":"https://github.com/pimbrouwers.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"header1\"\u003e\u003c/a\u003e\n# sp_EasyButton\n[![licence badge]][licence]\n[![stars badge]][stars]\n[![forks badge]][forks]\n[![issues badge]][issues]\n\nFor when you just need an Easy Button. One-button server configuration to implement commonly-accepted best practices.\n\n## Coverage\n- Configuration \n  - `ARITHABORT`\n  - Show Advanced Options\n  - Backup Compression Default (2008R2+ v10.5)\n  - Lightweight pooling\n  - Priority boost\n  - Remote admin connections\n  - Cost threshold for parallelism\n  - Maximum degrees of parallelism\n  - Max Server Memory (MB)\n- Filegrowth settings \n- Alerts\n  - Severity 16\n  - Severity 17\n  - Severity 18\n  - Severity 19\n  - Severity 20\n  - Severity 21\n  - Severity 22\n  - Severity 23\n  - Severity 24\n  - Severity 25\n  - Error Number 823\n  - Error Number 824\n  - Error Number 825\n\n## Installation\n\n1. Clone or [download](https://github.com/pimbrouwers/sp_EasyButton/archive/master.zip) the repository.\n2. Run `sp_EasyButton` in the master database, or whichever database you prefer.\n\n## Parameters\n\n\u003e Running `sp_EasyButton` with no parameters, will output basic instructions.\n\n- `@Configre bit` - run all sp_configure operations\n- `@FileGrowth bit` - adjust filegrowth\n- `@FileGrowthSysDbs bit` - include system databases (master, model, msdb)\n- `@FileGrowthDataMB smallint` - MB value for data filegrowth (256 recommended)\n- `@FileGrowthLogMB smallint` - MB value for log filegrowth (128 recommended)\n- `@Alerts bit` - enable alerts\n- `@OperatorName nvarchar(100)` - operator name for alert dispatch\n- `@OperatorEmail nvarchar(320)` - operator eamil for alert dispatch\n\n## License\n\n[sp_EasyButton uses the GNU GENERAL PUBLIC LICENSE.](LICENSE.md)\n\n[*Back to top*](#header1)\n\n[licence badge]:https://img.shields.io/badge/license-GNU-blue.svg\n[stars badge]:https://img.shields.io/github/stars/pimbrouwers/sp_EasyButton.svg\n[forks badge]:https://img.shields.io/github/forks/pimbrouwers/sp_EasyButton.svg\n[issues badge]:https://img.shields.io/github/issues/pimbrouwers/sp_EasyButton.svg\n\n[licence]:https://github.com/pimbrouwers/sp_EasyButton/blob/master/LICENSE.md\n[stars]:https://github.com/pimbrouwers/sp_EasyButton/stargazers\n[forks]:https://github.com/pimbrouwers/sp_EasyButton/network\n[issues]:https://github.com/pimbrouwers/sp_EasyButton/issues","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpimbrouwers%2Fsp_easybutton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpimbrouwers%2Fsp_easybutton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpimbrouwers%2Fsp_easybutton/lists"}