Very simple record editor for Devops

Mar 10 2011 Published by under Uncategorized

As a Devop we often hack the database.  I see the need for a simpler tool than Toad/MSSQLEnterprise or even Queryexpress.  One that does only very simple things but easy and quick and safe.

Updating schemas aside I have presently found use for a simple record editor.  The simplest solution would be a hard code primary key and one field to update.

Sketch for a simple record editor

Sketch for a simple record editor

Specify the connection string, the primary key and the field in the config file.

No responses yet