awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
BrentOzarULTD avatar

BrentOzarULTD/SQL-Server-First-Responder-Kit

0
View on GitHub↗
3,832 نجوم·1,102 تفرعات·TSQL·7 مشاهداتFirstResponderKit.org↗

SQL Server First Responder Kit

This project is a collection of specialized toolsets for SQL Server, functioning as a diagnostic toolkit, performance monitor, and database administrator framework. It provides stored procedures and utilities designed to automate backup recovery, diagnose system health, and optimize database performance and indexing.

The kit distinguishes itself through specialized capabilities for point-in-time restoration and the calculation of estimated data loss windows using backup history. It also includes an index optimizer that analyzes usage and size to provide prioritized recommendations for data retrieval.

The software covers broad administration domains including incident response, disaster recovery, and health monitoring. It features tools for tracking active sessions, analyzing deadlock events, comparing query execution plans, and identifying resource-intensive queries within the plan cache.

The framework implements its diagnostic and management logic as a collection of reusable SQL scripts executed directly within the database engine.

Features

  • Backup & Recovery - Provides a specialized toolset for automating point-in-time restores and calculating estimated data loss windows.
  • SQL Server Performance Monitors - Provides a comprehensive set of tools for tracking active queries, analyzing deadlocks, and identifying resource-intensive execution plans.
  • Recovery Point Analysis - Provides capabilities to calculate estimated recovery time and data loss windows by analyzing backup history.
  • Disaster Recovery Workflows - Analyzes backup reliability and automates restoration workflows to meet recovery time and data loss objectives.
  • Backup and Recovery Systems - Analyzes backup history to calculate estimated recovery time and data loss windows.
  • Database Backup and Restore - Automates database restoration to a specific point in time using a sequence of full, differential, and log backups.
  • Database Performance Tuning - Identifies resource-intensive queries and optimizes database indexes to improve system throughput.
  • Index Tuning - Analyzes index usage and size to generate prioritized advice for improving data retrieval speeds.
  • Active Query Inspections - Tracks currently running queries and sessions in real-time to inspect memory grants, parallelism, and execution plans.
  • System Metadata Analyzers - Analyzes system views and metadata tables using predefined rules to identify configuration errors and performance bottlenecks.
  • SQL Database Management - Offers a management framework for executing scripts across multiple databases and performing emergency session control.
  • Diagnostic Toolkits - Provides a collection of stored procedures for analyzing health, performance, and configuration issues.
  • Database Deadlock Diagnosis - Parses system health and event logs to identify and filter deadlock events by date, object, or application.
  • Database Session Controllers - Tracks active sessions and terminates resource-heavy or blocking queries to resolve immediate performance degradation.
  • Diagnostic Health Assessments - Performs automated server diagnostics and analyzes system metadata to find configuration errors and security risks.
  • Cross-Database Command Dispatchers - Allows executing scripts across multiple databases by filtering for matching names or properties.
  • Cross-Database Script Dispatchers - Enables the execution of diagnostic scripts across multiple databases based on name patterns or property matches.
  • Execution Plan Analysis - Implements tools to compare query execution plans and identify environmental discrepancies causing performance variations.
  • Plan Cache Analysis - Scans the plan cache to find queries with the highest resource impact and identify execution plan warnings.
  • Plan Cache Analyzers - Inspects the internal plan cache to identify resource-intensive queries and execution plan warnings.
  • Plan Comparison - Compares query plans across different servers to identify environmental discrepancies that cause performance variations.
  • SQL Index Advisors - Analyzes index usage and size to provide prioritized recommendations for improving data retrieval.
  • SQL Query Profilers - Compares execution plans and analyzes deadlock events to troubleshoot complex database performance issues.
  • System Health Log Parsers - Parses system health and event logs to extract and filter specific deadlock or health events.
  • Performance Trend Analysis - Retrieves and filters historical performance data from diagnostic tables to identify long-term trends and issues.
  • Real-time Performance Monitoring - Samples system views over short intervals to identify immediate causes of degradation like file growth or blocking.
  • Server Health Checks - Analyzes server configuration and user databases to generate a prioritized list of potential health issues and warnings.
  • Database Session Termination - Terminates resource-heavy or blocking database sessions using specific filters while logging actions and clearing the plan cache.
  • Dynamic Management View Samplers - Captures snapshots of real-time dynamic management views to identify blocking and resource contention.

سجل النجوم

مخطط تاريخ النجوم لـ brentozarultd/sql-server-first-responder-kitمخطط تاريخ النجوم لـ brentozarultd/sql-server-first-responder-kit

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ SQL Server First Responder Kit

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع SQL Server First Responder Kit.
  • linkedin/school-of-sreالصورة الرمزية لـ linkedin

    linkedin/school-of-sre

    8,093عرض على GitHub↗

    This project is a comprehensive educational resource and curriculum focused on site reliability engineering, distributed systems, and infrastructure operations. It provides technical guides, a systems engineering course, and instructional manuals designed to teach the principles of managing large-scale computing environments. The curriculum covers high-level architectural design for scalability and resilience, including fault-tolerant infrastructure, high-availability patterns, and microservices decomposition. It emphasizes the practical application of site reliability engineering through the

    HTMLgithadooplinux
    عرض على GitHub↗8,093
  • apache/kvrocksالصورة الرمزية لـ apache

    apache/kvrocks

    4,338عرض على GitHub↗

    Kvrocks is a distributed key-value store and Redis-compatible NoSQL database. It utilizes a RocksDB storage engine to provide disk-based persistence, allowing for high-capacity data storage with reduced memory costs compared to in-memory systems. The system functions as a vector database and full-text search engine, supporting nearest-neighbor searches on vector embeddings and complex document queries via text matching. It employs a proxyless cluster architecture with slot-based routing to distribute data and scale capacity across multiple nodes. The platform covers a wide range of data mana

    C++databasedistributedkv
    عرض على GitHub↗4,338
  • wal-g/wal-gالصورة الرمزية لـ wal-g

    wal-g/wal-g

    4,117عرض على GitHub↗

    wal-g is a database cloud backup tool and write-ahead log archiver designed for disaster recovery and point-in-time recovery. It archives database state and transaction logs to cloud storage providers to ensure long-term data durability. The project provides a manager for compressing, encrypting, and pruning database backups stored in cloud object storage. It specifically enables the restoration of a database to a specific timestamp by fetching base backups and replaying transaction logs. The tool's capabilities cover multi-engine backup and restoration, including the generation of full and

    Go
    عرض على GitHub↗4,117
  • tableplus/tableplusالصورة الرمزية لـ TablePlus

    TablePlus/TablePlus

    3,799عرض على GitHub↗

    TablePlus is a SQL database management GUI and professional administration tool designed for managing relational and NoSQL databases. It functions as a native SQL query client and relational data browser, providing a graphical interface for database administration, schema management, and data exploration. The project distinguishes itself through a staged-change commit system that buffers GUI-driven modifications locally for review before they are applied to the server. It also features a native-protocol connection layer for low-latency communication and secure connectivity via SSH tunneling.

    عرض على GitHub↗3,799
عرض جميع البدائل الـ 30 لـ SQL Server First Responder Kit→

الأسئلة الشائعة

ما هي وظيفة brentozarultd/sql-server-first-responder-kit؟

This project is a collection of specialized toolsets for SQL Server, functioning as a diagnostic toolkit, performance monitor, and database administrator framework. It provides stored procedures and utilities designed to automate backup recovery, diagnose system health, and optimize database performance and indexing.

ما هي الميزات الرئيسية لـ brentozarultd/sql-server-first-responder-kit؟

الميزات الرئيسية لـ brentozarultd/sql-server-first-responder-kit هي: Backup & Recovery, SQL Server Performance Monitors, Recovery Point Analysis, Disaster Recovery Workflows, Backup and Recovery Systems, Database Backup and Restore, Database Performance Tuning, Index Tuning.

ما هي البدائل مفتوحة المصدر لـ brentozarultd/sql-server-first-responder-kit؟

تشمل البدائل مفتوحة المصدر لـ brentozarultd/sql-server-first-responder-kit: linkedin/school-of-sre — This project is a comprehensive educational resource and curriculum focused on site reliability engineering,… apache/kvrocks — Kvrocks is a distributed key-value store and Redis-compatible NoSQL database. It utilizes a RocksDB storage engine to… wal-g/wal-g — wal-g is a database cloud backup tool and write-ahead log archiver designed for disaster recovery and point-in-time… tableplus/tableplus — TablePlus is a SQL database management GUI and professional administration tool designed for managing relational and… vonng/pigsty — Pigsty is a comprehensive database infrastructure orchestration platform designed to automate the full lifecycle of… zalando/postgres-operator — This project is a PostgreSQL Kubernetes operator and database orchestrator designed to automate the deployment,…