{"id":50620253,"url":"https://github.com/nvarscar/schedulematrix-report","last_synced_at":"2026-06-06T11:00:28.567Z","repository":{"id":362650014,"uuid":"117161183","full_name":"nvarscar/schedulematrix-report","owner":"nvarscar","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-15T19:46:10.000Z","size":75,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-05T09:08:54.785Z","etag":null,"topics":["dba","reports","sqlserver","ssrs"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nvarscar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-01-11T22:28:53.000Z","updated_at":"2018-03-08T10:09:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nvarscar/schedulematrix-report","commit_stats":null,"previous_names":["nvarscar/schedulematrix-report"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/nvarscar/schedulematrix-report","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvarscar%2Fschedulematrix-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvarscar%2Fschedulematrix-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvarscar%2Fschedulematrix-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvarscar%2Fschedulematrix-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvarscar","download_url":"https://codeload.github.com/nvarscar/schedulematrix-report/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvarscar%2Fschedulematrix-report/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33979274,"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-06T02:00:07.033Z","response_time":107,"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":["dba","reports","sqlserver","ssrs"],"created_at":"2026-06-06T11:00:19.020Z","updated_at":"2026-06-06T11:00:28.560Z","avatar_url":"https://github.com/nvarscar.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# about\nThis is a report that would allow you to see the execution of database Jobs across your environment throughout the week.\nJob Schedule Matrix - matrix-based report, more reliable, can be exported to Excel, but struggles with performance when there is too much data\nJob Schedule Chart - chart-based report, simple yet effective, might have issues with some browsers (would not load), but otherwise works faster than matrix\n\nload script relies on the dbatools Powershell module - http://dbatools.io or http://github.com/sqlcollaborative/dbatools\n\n# requirements\n- SQL Server 2008R2+\n- Database Services\n- Reporting Services\n- (optional; for data collection) Powershell 3.0 + dbatools module\n\n# setup\n1. Run sql scripts from .\\db_objects in the database of your choice:\n   - schedulematrix_tables.sql\n   - schedulematrix_loadStageData.sql\n   - schedulematrix_rptJobScheduleChart.sql\n   - schedulematrix_rptJobScheduleMatrix.sql\n   \n   This would create necessary objects in the schedulematrix schema.\n   \n2. Upload reports from .\\reports to your Reporting Services server and configure data sources in those reports to point to the database from step 1.\n3. Set up a job to collect job history data from your environment:\n   - 1: Run SQL code to truncate stage table\n   \n        `TRUNCATE TABLE [\u003cyour DB name here\u003e].schedulematrix.JobScheduleStage`\n        \n   - 2: Run Powershell script to collect data from your environment (or any other method of your choice). This example uses .\\examples\\schedulematrix_load.ps1 to collect data and requires dbatools module to be installed (see links above):\n   \n       `Powershell.exe \u003c..\u003e\\examples\\schedulematrix_load.ps1 -TargetServer sql1 -TargetDatabase MyDB -SourceServer sql2,sql3\\instance1 -NonInteractive`\n       \n   - 3: Run stored procedure to re-populate report tables\n   \n        `EXEC [\u003cyour DB name here\u003e].schedulematrix.loadStageData`\n\n4. (optional) Download and install dbatools module if you want to utilize schedulematrix_load.ps1: \n    - Run Powershell 5.0 as administrator\n    - Run `Install-Module dbatools`; agree to trust the repository.\n    \n# known issues\n- SQL 2016 would not handle borders correctly, enforcing borders on each cell of the report.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvarscar%2Fschedulematrix-report","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvarscar%2Fschedulematrix-report","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvarscar%2Fschedulematrix-report/lists"}