All Projects → SqlQuantumLeap → SimpleSqlExec

SqlQuantumLeap / SimpleSqlExec

Licence: Apache-2.0 license
Lightweight command-line utility to execute queries on SQL Server in place of SQLCMD

Programming Languages

C#
18002 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to SimpleSqlExec

rclc
Mathematical expression calculator with big integers, floats, common fractions, and complex numbers support
Stars: ✭ 24 (+20%)
Mutual labels:  command-line-tool
ksqlDB.RestApi.Client-DotNet
ksqlDb.RestApi.Client is a C# LINQ-enabled client API for issuing and consuming ksqlDB push queries and executing statements. SqlServer.Connector is a client API for consuming row-level table changes (CDC - Change Data Capture) from Sql Server databases with the Debezium connector streaming platform.
Stars: ✭ 44 (+120%)
Mutual labels:  sql-server
ModuleInterface
Swift tool to generate Module Interfaces for Swift projects.
Stars: ✭ 70 (+250%)
Mutual labels:  command-line-tool
myTickle
📅 A PowerShell and SQL Server-based reminder system
Stars: ✭ 20 (+0%)
Mutual labels:  sql-server
ZBOT-Botnet
IRC based botnet developed in C
Stars: ✭ 25 (+25%)
Mutual labels:  dos
Infinite-File-Curtailer
Curtail is a utility program that reads stdin and writes to a file bound by size.
Stars: ✭ 23 (+15%)
Mutual labels:  command-line-tool
iconset
A nifty command-line tool to customize macOS icons
Stars: ✭ 29 (+45%)
Mutual labels:  command-line-tool
ttdl
TTDL - Terminal Todo List Manager
Stars: ✭ 91 (+355%)
Mutual labels:  command-line-tool
fontman
Manage and update your installed fonts.
Stars: ✭ 20 (+0%)
Mutual labels:  command-line-tool
vimwasm-try-plugin
Try Vim plugin on your browser without installing it using vim.wasm!
Stars: ✭ 21 (+5%)
Mutual labels:  command-line-tool
mssql-restapi
A simple REST API for SQL Server, Azure SQL DB and Azure SQL DW using SMO on .NET Core 2.0
Stars: ✭ 33 (+65%)
Mutual labels:  sql-server
cert human
SSL Certificates for Humans
Stars: ✭ 34 (+70%)
Mutual labels:  command-line-tool
ut-cli
A command line tool to handle a unix timestamp.
Stars: ✭ 13 (-35%)
Mutual labels:  command-line-tool
retrogardens
16bit retro programming in DosBox with Borland C++ 3.1, Turbo Pascal 7 and TASM
Stars: ✭ 49 (+145%)
Mutual labels:  dos
mixpanel-engage-query
Command line tool to query the MixPanel Engage API for People Data.
Stars: ✭ 48 (+140%)
Mutual labels:  command-line-tool
wholesome-cli
Command Line Tool for managing Flutter projects
Stars: ✭ 57 (+185%)
Mutual labels:  command-line-tool
gee
🏵 Gee is tool of stdin to each files and stdout. It is similar to the tee command, but there are more functions for convenience. In addition, it was written as go
Stars: ✭ 65 (+225%)
Mutual labels:  command-line-tool
SqlServer.Rules
SQL Server static code analysis rules for SSDT database projects
Stars: ✭ 20 (+0%)
Mutual labels:  sql-server
hostbase
A Ruby GUI based on advanced rogue AP attack using the WPS
Stars: ✭ 43 (+115%)
Mutual labels:  dos
metronome
A set of tools for modifying and randomizing Pokémon games
Stars: ✭ 23 (+15%)
Mutual labels:  command-line-tool

SimpleSqlExec is a lightweight tool for running queries on SQL Server. It is not intended to run queries against any other RDBMS. It is mainly intended to replace SQLCMD to use the .NET SqlConnection instead of ODBC, and to have no external dependencies. This can be especially useful when deploying an application with SQL Server Express LocalDB (more info here: Local Data Overview ).

The goal is to provide functionality similar to SQLCMD, but nothing related to being interactive or reporting, etc.


Please see the Wiki for additional details.

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].