{"id":15002817,"url":"https://github.com/alleycat1/sqlserver-util-jp-sql","last_synced_at":"2026-02-18T10:03:45.585Z","repository":{"id":233668960,"uuid":"675365250","full_name":"alleycat1/SQLServer-Util-jp-sql","owner":"alleycat1","description":"SQL Server utilities for Ohayo(Japanese Company)","archived":false,"fork":false,"pushed_at":"2023-08-06T17:12:39.000Z","size":1592,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T04:19:56.539Z","etag":null,"topics":["mssqlserver","python3","sql"],"latest_commit_sha":null,"homepage":"","language":"TSQL","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/alleycat1.png","metadata":{"files":{"readme":"README.md","changelog":"Change Data Capture/CDC の情報確認.sql","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"Security/Permission/サーバーログインの権限を確認.sql","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-06T17:11:55.000Z","updated_at":"2023-10-18T18:17:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"b93bd272-f237-4963-919a-0bda4d7de9aa","html_url":"https://github.com/alleycat1/SQLServer-Util-jp-sql","commit_stats":null,"previous_names":["alleycat1/sqlserver-util-jp-sql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alleycat1/SQLServer-Util-jp-sql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alleycat1%2FSQLServer-Util-jp-sql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alleycat1%2FSQLServer-Util-jp-sql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alleycat1%2FSQLServer-Util-jp-sql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alleycat1%2FSQLServer-Util-jp-sql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alleycat1","download_url":"https://codeload.github.com/alleycat1/SQLServer-Util-jp-sql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alleycat1%2FSQLServer-Util-jp-sql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007027,"owners_count":26084226,"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-11T02:00:06.511Z","response_time":55,"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":["mssqlserver","python3","sql"],"created_at":"2024-09-24T18:52:49.308Z","updated_at":"2025-10-11T11:07:47.475Z","avatar_url":"https://github.com/alleycat1.png","language":"TSQL","readme":"# SQLServerUtil\n[![Build status](https://ci.appveyor.com/api/projects/status/mxr4mrm2jf4nnntr?svg=true)](https://ci.appveyor.com/project/MasayukiOzawa/sqlserverutil)\n\nSQL Server の各種システムビュー/動的管理ビューから情報を取得するためのクエリ群です。\n\n本リポジトリでは、以下の情報を取得するための各種クエリ/ツールを公開しています。\n\n|ディレクトリ|内容|\n|:--------|:---|\n|AlwaysOn|可用性グループの各種情報を取得|\n|Backup|バックアップの取得状態を取得|\n|Buffer Cache|バッファキャッシュの使用状況を取得|\n|DISKSPD|ディスク性能測定ツールの DiskSpd のサンプルツール|\n|Database|データベースの情報を取得|\n|Encryption|暗号化用のサンプルツール|\n|Index|インデックスの使用状況 / 状態を取得|\n|Instance|インスタンスの情報を所得|\n|Lock|ロック / ブロッキングの情報を取得|\n|Management Tools|SQL Server の各種管理を実施するためのサンプルツール|\n|Performance Monitor|SQL Server に関係するパフォーマンスモニターのカウンター|\n|Plan Cache|プランキャッシュの使用状況を取得|\n|PowerShell|SQL Server のクエリ実行を PowerShell で実施するためのサンプルツール|\n|Query|実行中のクエリの情報を取得|\n|Session|セッション情報を取得|\n|tempdb|tempdb の使用状況を取得|\n|Wait|待ち事象の情報を取得|\n|xEvent|拡張イベントの取得と解析|\n\n情報の取得を行う場合は、以下のツールも参考になります。\n\n*情報取得*\n\n* [SQL Server Performance Dashboards](https://sqldashboards.codeplex.com/)\n* [MSSQLTIGERDemos](https://github.com/amitmsft/MSSQLTIGERDemos/)\n* [SQL Live Monitor](https://sqlmonitor.codeplex.com/)\n* [SQL Nexus Tool](https://sqlnexus.codeplex.com/)\n* [Pssdiag and Sqldiag Manager](http://diagmanager.codeplex.com/)\n\n*情報取得クエリ*\n\n* [SQL Server First Responder Kit](https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit)\n* [DatabaseStack](https://github.com/unruledboy/DatabaseStack)\n* [SQL Server KIT](https://github.com/ktaranov/sqlserver-kit)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falleycat1%2Fsqlserver-util-jp-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falleycat1%2Fsqlserver-util-jp-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falleycat1%2Fsqlserver-util-jp-sql/lists"}