On 24 Jul 2014, at 8:32pm, Andreas Hofmann <andreas.hofm...@ku7t.org> 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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to