Hi, > How to store disk type databse like mssql into memory database of H2DB?
I don't understand the question, sorry. Do you mean how to convert a MS SQL Server database to an in-memory H2 database? This is no different than converting to a regular (persistent) H2 database. One way is to create a SQL script from the MS SQL Server database, and then run this script in H2 using RUNSCRIPT FROM. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
