#
dba
Here are 106 public repositories matching this topic...
Web-based, zero-config, dependency-free database schema change and version control tool for teams. Public demo: https://demo.bytebase.com
mysql
devops
gitlab
schema
sql
frontend
clickhouse
dml
postgresql
snowflake
ddl
dba
tidb
database-as-code
sqlreview
schema-changes
gitops
schema-migration
-
Updated
Dec 31, 2021 - Go
The missing set of useful tools for Postgres DBAs and all engineers
-
Updated
Nov 6, 2021 - PLpgSQL
Tanel Poder's Troubleshooting & Performance Tools for Oracle Databases
-
Updated
Sep 17, 2021 - PLSQL
PsPsam
commented
Mar 23, 2018
New Check
This is a new check/question
Idea taken from SQL Assessment in azure
I would like a test for logins with no password and password same as username
What would you like to check?
The test should return the count of the result. So if all is good 0 would be returned.
---Detect SQL Logins with weak passwords
SELECT count(name)
FROM master.sys.sql_logins
WHERE PWDCO
Detection by Attack: Detecting Adversarial Samples by Undercover Attack
-
Updated
Feb 13, 2021 - Python
100+ SQL Scripts - PostgreSQL, MySQL, Google BigQuery, MariaDB, AWS Athena. DevOps / DBA / Analytics / performance engineering. Google BigQuery ML machine learning classification.
mysql
bigquery
aws
postgres
devops
machine-learning
performance
sql
athena
postgresql
gcp
mariadb
dba
rds
google-bigquery
aws-athena
rds-database
google-cloud-sql
google-cloudsql-mysql
bigquery-ml
-
Updated
Sep 7, 2021 - Shell
Advanced REST-wrapper for your SQL-queries (actually not only SQL)
java
devops
schema
sql
code-generator
nosql
db
rdbms
ddl
dba
sql-generation
db-migration
db-generator
db-manager
db-swiss-knife
db-ide
db-tool
-
Updated
Feb 14, 2020 - Kotlin
sql
sql-server
dba
hacktoberfest
tsql
t-sql
documentation-generator
azure-sql
database-documentation
-
Updated
Dec 26, 2021 - TSQL
Analyses your database queries and schema and suggests indices and schema improvements
mysql
python
performance
schema
sql
docker-image
linter
mariadb
digest
index
code-quality
sre
dba
database-perfomance
sustainable-software
database-queries
sql-logs
query-digest
slow-queries
sqlcheck
-
Updated
Dec 14, 2021 - Python
Tools for management of SQL Server's Query Store data
-
Updated
Nov 29, 2021 - TSQL
Tsql stored procedures and scripts to help the DBAs and Developers to make their job easier
database
administration
developer
database-administration
dba
rds
sqlserver
aws-rds
tsql
tsql-stored-procedures
-
Updated
May 3, 2020 - TSQL
Certified Kubernetes Support for IBM Cloud Pak for Automation
odm
ecm
bpm
dba
ibm
ibm-cloud
business-automation
bai
baw
ibm-operational-decision-manager
fncm
business-automation-workflow
filenet-content-manager
cloud-pak
business-automation-insights
content-analyzer
redhat-openshift-on-ibm-cloud
-
Updated
Apr 24, 2021
Zenit is a daemon collector for metrics and log parsers for any MySQL variant and ProxySQL
mysql
go
agent
golang
aws
monitoring
influxdb
metrics
clickhouse
mariadb
dba
percona
audit-log
slowlog
rds-database
proxysql
log-parsers
-
Updated
Oct 1, 2020 - Go
Some Greenplum SQL commands for DBA's
-
Updated
Dec 28, 2021 - Shell
PostgreSQL DBA scripts
database
debian
ubuntu
centos
postgresql
database-administration
dba
redhat-enterprise-linux
database-monitoring
-
Updated
Mar 19, 2021 - Shell
ClickHouse DBA scripts
-
Updated
Mar 23, 2021 - Shell
Digital Business Automation - Insurance claim processing solution reference implementation
odm
dba
case-management
icp
content-manager
business-automation
bai
operational-decision-manager
baw
business-automation-workflow
cloud-pak
business-automation-insights
content-analyzer
baca
-
Updated
Oct 25, 2019 - JavaScript
Store e run queries on database to help system manager of a Django website
-
Updated
Sep 9, 2016 - JavaScript
Oracle DBA cheatsheet for who will learn oracle
-
Updated
Jul 13, 2017
Scripts for managing various aspects of SQL Server.
-
Updated
Dec 2, 2021 - TSQL
SQL Server Performance Health Check
-
Updated
Sep 8, 2016 - PowerShell
Sql Trismegiste is a free and open source SQL Server diagnostic tool
-
Updated
Jul 21, 2017 - C#
Oracle Dev, DBA, Pl/SQL, APEX bin
-
Updated
Sep 1, 2020 - Shell
SQL Scripts and Command for DBA and Developer
-
Updated
Aug 20, 2021 - TSQL
Improve this page
Add a description, image, and links to the dba topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dba topic, visit your repo's landing page and select "manage topics."
Some changes in #14243 and broken the test case MySQLDataSourcePreparerTest, please mock and fix it.