{"id":19992852,"url":"https://github.com/unruledboy/SQLMonitor","last_synced_at":"2025-05-04T12:30:28.816Z","repository":{"id":1904797,"uuid":"41852282","full_name":"unruledboy/SQLMonitor","owner":"unruledboy","description":"SQL Server monitor, manages sql server performance, monitor sql server processes and jobs, analyze performance, analyse system, object version control, view executing sql query, kill process / job, object explorer, database shrink/log truncate/backup/detach/attach.","archived":false,"fork":false,"pushed_at":"2022-02-07T23:08:32.000Z","size":1389,"stargazers_count":290,"open_issues_count":4,"forks_count":109,"subscribers_count":57,"default_branch":"master","last_synced_at":"2024-11-13T04:55:44.003Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unruledboy.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}},"created_at":"2015-09-03T09:40:36.000Z","updated_at":"2024-10-29T13:57:53.000Z","dependencies_parsed_at":"2022-08-06T11:15:46.993Z","dependency_job_id":null,"html_url":"https://github.com/unruledboy/SQLMonitor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unruledboy%2FSQLMonitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unruledboy%2FSQLMonitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unruledboy%2FSQLMonitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unruledboy%2FSQLMonitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unruledboy","download_url":"https://codeload.github.com/unruledboy/SQLMonitor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252333946,"owners_count":21731301,"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","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":[],"created_at":"2024-11-13T04:52:21.134Z","updated_at":"2025-05-04T12:30:26.929Z","avatar_url":"https://github.com/unruledboy.png","language":"C#","readme":"# Database Stack\nWant to know the comprehensive database technology stack, including MS SQL Server, Azure etc? Check out Database Stack:\n\nhttps://github.com/unruledboy/DatabaseStack\n\n\n\n# SQL Monitor\nSQL Server monitor, manages sql server performance, monitor sql server processes and jobs, analyze performance, analyse system, object version control, view executing sql query, kill process / job, object explorer, database shrink/log truncate/backup/detach/attach.\n\nLatest version executable download: https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/SQLMonitor.bin.zip\n\n\n![Image of SQL Monitor](https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/images/1.png)\n\n\n\n\nIt uses linq and requires .net 4.0 (client profile), only support SQL Server 2005/2008/2008R2/2012, not for 2000, sorry :(\n\nThe implementation is quick, pretty straight forward, but I try to maintain the logic and make the job done.\n\nThere is an article about this project at code project: http://www.codeproject.com/KB/database/sqlmon.aspx\n\nAnd there is the second article also at code project: http://www.codeproject.com/KB/database/sqlmonitor.aspx\n\n\n\n# Why\n\nOk, I have to admit that I got bored so I just want to make something. It looks like I am reinventing a wheel(duplicating part of SQL Server Management Studio?), mmm, actually, I don't think so. I address something here that do not exist in SQL Server Management Studio at all, at least not in 2012RC0.\n\n \n\n# Target\n\nStep 1: a real monitor, keep tracking sql server actitivities(sql execution, cpu consumption, disk space etc), alert on customized notifications. \n\nStep 2: support oracle/mysql/firebird/postgresql etc.\n\nStep 3: accessible on any client (including mobile phones).\n\n \n\n# Features\n\n* Tracking sql server status, notify query execution and server status\n* Version control, tracking table structure, index, trigger, view, function, stored procedure versions\n* Server summary\n* Analysis, expensive queries, thanks: http://sqlmonitor.codeplex.com/\n* Performance Charting\n* Object explorer, see object scripts, including tables, view dependencies.\n* Process Visualizer, thanks: http://www.codeproject.com/Articles/18378/Organization-Chart-Generator\n* Detect dead loop and memory leakage\n* Query, table data view\n* Database shrink/log truncate/backup/detach/attach\n* Syntax Color Highlighting, thanks: http://www.icsharpcode.net/\n* Text comparison, thanks: http://www.codeproject.com/KB/recipes/diffengine.aspx\n* Object/script search\n* Support processes and jobs\n* Keep tracking actual running sql query\n* Automatically load lan sql server instances\n* Auto refresh\n* Auto update notification\n* Grid grouping, thanks OutlookGrid: http://www.codeproject.com/Articles/14388/OutlookGrid-grouping-and-arranging-items-in-Outloo\n\n\n# Screen Shots\n\n \n\n## All New Health Monitor\n![Image of SQL Monitor](https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/images/1.png)\n\n\n \n\n## Performance Graph\n![Image of SQL Monitor](https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/images/2.png)\n\n\n \n\n## Monitor Multiple Servers / Databases\n![Image of SQL Monitor](https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/images/3.png)\n\n\n## Popup/Dock Performance Graph\n![Image of SQL Monitor](https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/images/4.png)\n\n\n\n## Object Explorer\n![Image of SQL Monitor](https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/images/5.png)\n\n\n \n\n## Object Version Control\n![Image of SQL Monitor](https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/images/6.png)\n\n\n \n\n## Version Compare\n![Image of SQL Monitor](https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/images/7.png)\n\n\n \n\n## Activities\n![Image of SQL Monitor](https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/images/8.png)\n \n\n \n\n## Process Visualizer\n![Image of SQL Monitor](https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/images/9.png)\n\n\n## Analysis - Database\n![Image of SQL Monitor](https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/images/10.png)\n\n\n## Analysis - Execution\n![Image of SQL Monitor](https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/images/11.png)\n\n\n \n\n## Analysis Logic Fault\n![Image of SQL Monitor](https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/images/12.png)\n\n\n \n\n## Alerts\n![Image of SQL Monitor](https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/images/13.png)\n\n\n \n\n## Alerts - Empty Table\n![Image of SQL Monitor](https://raw.githubusercontent.com/unruledboy/SQLMonitor/master/images/14.png)","funding_links":[],"categories":["C\\#","SQL Server Web Resources"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funruledboy%2FSQLMonitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funruledboy%2FSQLMonitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funruledboy%2FSQLMonitor/lists"}