All Projects → channeladvisor → qdstoolbox

channeladvisor / qdstoolbox

Licence: Apache-2.0 license
Tools for management of SQL Server's Query Store data

Programming Languages

TSQL
950 projects
PLpgSQL
1095 projects
powershell
5483 projects

Projects that are alternatives of or similar to qdstoolbox

dbachecks
✔ SQL Server Environmental Validation
Stars: ✭ 398 (+920.51%)
Mutual labels:  dba, sqlserver
db-doc
📝一款生成在线/离线数据库文档的小工具
Stars: ✭ 98 (+151.28%)
Mutual labels:  sqlserver
upscheme
Database migrations and schema updates made easy
Stars: ✭ 737 (+1789.74%)
Mutual labels:  sqlserver
RestCsharp
Sistema para restaurantes con facturación electrónica UBL 2.1
Stars: ✭ 44 (+12.82%)
Mutual labels:  sqlserver
pg dba scripts
PostgreSQL DBA scripts
Stars: ✭ 30 (-23.08%)
Mutual labels:  dba
tsql-scripts
Transact-SQL scripts and gists
Stars: ✭ 35 (-10.26%)
Mutual labels:  sqlserver
DBTestCompare
Application to compare results of two SQL queries
Stars: ✭ 15 (-61.54%)
Mutual labels:  sqlserver
dbaTDPMon
dbaTDPMon - Troubleshoot Database Performance and Monitoring
Stars: ✭ 20 (-48.72%)
Mutual labels:  sqlserver
ProductsStoreOnKubernetes
Demoing deployment of Docker containers into Kubernetes for both minikube and Azure AKS.
Stars: ✭ 90 (+130.77%)
Mutual labels:  sqlserver
orm
ORM with transaction scopes (UoW), repositories, in-memory mocking, hybrid databases, logical partitions, full database scaffolding, recursive relations, polymorphic relations, relations to interfaces (static analysis tools included)
Stars: ✭ 13 (-66.67%)
Mutual labels:  sqlserver
Thinktecture.EntityFrameworkCore
These libraries extend Entity Framework Core by a few features to make it easier to work with EF and for easier integration testing or to get more performance in some special cases.
Stars: ✭ 26 (-33.33%)
Mutual labels:  sqlserver
gdoo
Gdoo是基于PHP Laravel框架的开源OA/协同办公平台,包含销售管理、日程安排,进销存、数据分析,强大的自定义能力。改进销售管理模式,提升企业执行效率
Stars: ✭ 111 (+184.62%)
Mutual labels:  sqlserver
CRUD.ASPCore.Reactjs.WebAPI.EF
CRUD Operations in ASP.NET Core application using React.js , Web API and Entity Framework core DB first approach with the help of VS 2017.
Stars: ✭ 80 (+105.13%)
Mutual labels:  sqlserver
Connectors
Connectors simplify connecting to standalone and CloudFoundry services
Stars: ✭ 28 (-28.21%)
Mutual labels:  sqlserver
migration
Simple library writen in PHP without framework dependancy for database version control. Supports Sqlite, MySql, Sql Server and Postgres
Stars: ✭ 142 (+264.1%)
Mutual labels:  sqlserver
TSqlRules
TSQL Static Code Analysis Rules for SQL Server
Stars: ✭ 29 (-25.64%)
Mutual labels:  sqlserver
pypyodbc
pypyodbc is a pure Python cross platform ODBC interface module (pyodbc compatible as of 2017)
Stars: ✭ 39 (+0%)
Mutual labels:  sqlserver
nocodb
🔥 🔥 🔥 Open Source Airtable Alternative - turns any MySQL, Postgres, SQLite into a Spreadsheet with REST APIs.
Stars: ✭ 28,894 (+73987.18%)
Mutual labels:  sqlserver
Microsoft.SqlServer.Types
a .NET Standard implementation of the spatial types in `Microsoft.SqlServer.Types`
Stars: ✭ 64 (+64.1%)
Mutual labels:  sqlserver
data-profiling
a set of scripts to pull meta data and data profiling metrics from relational database systems
Stars: ✭ 57 (+46.15%)
Mutual labels:  sqlserver

QDS Toolbox

This is a collection of tools (comprising a combination of views, procedures, functions...) developed using the Query Store functionality as a base to facilitate its usage and generating reports. These include but are not limited to:

  • Implementations of SSMS GUI reports that can be invoked using T-SQL code, with added functionality (parameterization, saving results to tables) so they can be programmatically executed and used to send out mails.

  • Quick analysis of a server's overall activity to identify bottlenecks and points of high pressure on the SQL instance at any given time, both in real time or in the past.

  • Cleanup of the QDS cache with a smaller footprint than the internal one generates, with added parameters to enable a customizable cleanup (such as removing information regarding dropped objects, and cleaning details of ad-hoc or internal queries executed on the server as index maintenance operations).

  • Analysis of execution plans, both from Query Store, SQL cache and files.

All these tools have been tested on SQL Server 2016, 2017 and 2019 instances, both with Case Sensitive and Case Insensitive collations, and running on both Windows and Linux.

Since Query Store did not capture all the information in SQL Server 2016 as it does in later versions, some functionality may be restricted.

(Original icon art by https://www.smashicons.com)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].