GitXplorerGitXplorer
k

ProcUpdater

public
6 stars
2 forks
0 issues

Commits

List of commits on branch master.
Verified
a028f8efe601881e12017e3167a921df7a5a890a

upgrade to net6 (#1)

ffedefrei committed 3 years ago
Verified
1259c49df35477ea898a8bcb9fb4a44694b5740e

Remove extra link

kkblok committed 7 years ago
Verified
4b4d1c1adb413d3c68982a3f5b0c3820a438119e

Download links

kkblok committed 7 years ago
Verified
5dd9657ab53d1e1f55ce5f38b9370c36af3ff255

Create README.md

kkblok committed 7 years ago
Unverified
a65f95408a9c1b6990b889ce0e6e139026e89761

Fix version

kkblok committed 7 years ago
Unverified
3d962583449de191edfd23247b219f9e01587556

Config loader

kkblok committed 7 years ago

README

The README file for this repository.

ProcUpdater

Stored Procedure updater (in case you hate waiting for Visual Studio Schema Compare).

This console app grabs all the stored procedures store in a directory and performs a CREATE OR ALTER in the database. When in watch mode ProcUpdater will keep your store procedures up-to-date so you won't waste several minutes waiting for the Visual Studio Schema update to perform the compare/update process.

If you're a Visual Studio SQL Project user who codes lots of Stored Procedures, this app will save you hours!

Usage

ProcUpdater.exe [options]

Options

Option appsetttings.json Command Argument
Connection String ProcUpdater:ConnectionString -conn
Stored Procedures Path ProcUpdater:StoredProceduresPath -path
Stay Alive ProcUpdater:StayAlive -alive
Verbose ProcUpdater:Verbose -verbose
FileWatch ProcUpdater:FileWatch -watch

Download

Platform Link
Windows 10 x64 https://www.dropbox.com/s/qknpsbso650cn1b/ProcUpdater-0.1.Win10-x64.zip?dl=0
MacOS 10.11 x64 https://www.dropbox.com/s/udsk5nhy90ulbok/ProcUpdater-0.1-MacOS.zip?dl=0