Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/segovoni/sqlcmdcli
sqlcmdcli is written in Delphi RAD Studio and lets you connect to a SQL Server instance and run specific commands!
https://github.com/segovoni/sqlcmdcli
command-line database delphi sql sql-server sqlserver utility
Last synced: 3 months ago
JSON representation
sqlcmdcli is written in Delphi RAD Studio and lets you connect to a SQL Server instance and run specific commands!
- Host: GitHub
- URL: https://github.com/segovoni/sqlcmdcli
- Owner: segovoni
- License: mit
- Created: 2021-07-21T21:25:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T11:08:50.000Z (almost 2 years ago)
- Last Synced: 2024-05-12T03:32:21.373Z (6 months ago)
- Topics: command-line, database, delphi, sql, sql-server, sqlserver, utility
- Language: Pascal
- Homepage:
- Size: 196 KB
- Stars: 14
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- jimsghstars - segovoni/sqlcmdcli - sqlcmdcli is written in Delphi RAD Studio and lets you connect to a SQL Server instance and run specific commands! (Pascal)
README
[![Build Status](https://dev.azure.com/sgovoni/sqlcmdcli/_apis/build/status/Build-sqlcmdcli?branchName=master)](https://dev.azure.com/sgovoni/sqlcmdcli/_build/latest?definitionId=4&branchName=master)
# sqlcmdcli
sqlcmdcli utility is a command-line utility for ad hoc, interactive execution of commands on SQL Server to simulate specific workloads, anonymize sensitive data and much more.
sqlcmdcli is written in Delphi RAD Studio and lets you connect to a [SQL Server](https://docs.microsoft.com/en-us/sql/sql-server/?WT.mc_id=DP-MVP-4029181) instance and run specific commands. It was born in July of 2021 during a case study on queries regression in production environments using [SQL Server Query Store](https://docs.microsoft.com/en-us/sql/relational-databases/performance/monitoring-performance-by-using-the-query-store?WT.mc_id=DP-MVP-4029181).
### Installation
sqlcmdcli uses [VSoft.CommandLineParser](https://github.com/VSoftTechnologies/VSoft.CommandLineParser) by VSoftTechnologies, the Simple Command Line Options Parser spawned from the DUnitX Project.
The utility uses both ADO and FireDAC queries to execute Transact-SQL batches.
### Available commands
The commands and related documentation are described in the [sqlcmdcli wiki](https://github.com/segovoni/sqlcmdcli/wiki).