Developer Tools
As experienced software developers we know the value of tools and
software components that enhance our own productivity.
As we design and develop software solutions for our clients or commercial
products of our own we often create developer tools and components to
assist us.
Some of these tools are now available to other developers, and we will
continue to make new tools available as we add them to our own developer
toolbox.
Automatically generate a set of SQL INSERT statements from a SELECT statement.
Quickly create test data from existing data.
Take a snapshot of certain data without
needing a full database backup.
Save data away prior to testing to allow the
data to be easily reset following testing.
Quickly generate the syntax for an INSERT
statement without needing to lookup column names and data types.
Distribute the contents of lookup tables to
remote databases without needing a network connection and where
synchronisation would be inappropriate. full
story...