On 24 Jul 2014, at 8:32pm, Andreas Hofmann <[email protected]> wrote:
> I am > wondering if something similar to the MS SQL Server DMV is available for > Sqlite DMV returns information about the database server. SQLite does not involve any servers: all database access is done by looking at the file directly. There is no need for DMV since there is no server to optimize. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

