3 repositorios
Programmable systems based on stored procedures designed to orchestrate database administration tasks.
Distinct from Procedural SQL Execution: Existing candidates focus on general procedural execution or generic store maintenance, not a comprehensive T-SQL-based DBA framework.
Explore 3 awesome GitHub repositories matching data & databases · T-SQL Maintenance Frameworks. Refine with filters or upvote what's useful.
This is a reference implementation library providing a collection of code samples, Transact-SQL scripts, and schemas for SQL Server, Azure SQL, and Azure Synapse. It focuses on providing standardized implementation patterns and reference code for building relational databases and cloud data warehouses. The library distinguishes itself by offering specialized guides and examples for deploying database instances within containerized environments and Azure cloud services. It includes specific reference databases and language extensions for integrating machine learning services and advanced analy
Defines relational structures and data warehousing workflows using standardized Transact-SQL scripts.
This is a curated collection of Citation Style Language (CSL) files for the Zotero reference manager, focused on formatting academic references and bibliographies in Chinese and bilingual documents. The collection includes styles that implement the Chinese national standard GB/T 7714—2015 for academic citation formatting, as well as styles that automatically apply Chinese or English citation rules based on each reference's language field. The repository provides tools for previewing CSL styles against sample data using a command-line tool, allowing visual verification of formatting before use
A collection of CSL styles implementing the GB/T 7714—2015 Chinese national standard for academic citation formatting.
This project is a T-SQL maintenance framework and suite of automated scripts for SQL Server. It functions as a backup automator, index optimizer, and integrity checker designed to manage routine database administration tasks through a programmable set of stored procedures. The solution distinguishes itself through a focus on automated orchestration, including the ability to target or exclude databases within Availability Groups and the use of mirror-write backup streams for redundancy. It employs fragmentation-driven indexing to determine whether to rebuild or reorganize indexes based on user
Implements a programmable framework of stored procedures and jobs for auditing and executing parallel database administration tasks.