Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Nov 26, 2017
1 parent a65f954 commit 5dd9657
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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 |

0 comments on commit 5dd9657

Please sign in to comment.