- Extract h2.jar into the folder (say c:\h2-jar-extract)
- Run the following script from the command prompt (example: c:\h2-jar-extract>java org.h2.tools.Script -url jdbc:h2:<path>\<your .mv file> -user <username usually sa> -script h2-dump.zip -options compression zip)java org.h2.tools.Script -url jdbc:h2:<path>\<your .mv file> -user <username usually sa> -script h2-dump.zip -options compression zip
- Extract h2-dump.zip , hurray you can find the scripts in it.