Drop all Tables in an MS SQL Server Database
Updated: 2012-07-31 05:26:29
Currently working on a JDO DataNucleus object store for Apache Isis, as part of an app that’s gonna be deployed onto MS SQL Server.
Since I’m using DataNucleus to automatically create the database schema, the build-debug cycle is:
to run the appinspect the resultant schemadrop all the tableschange the domain object annotations/metadata
and then go round the loop again.
Preview...