SQL Server CE database schema tables
Friday, August 8th, 2008I’d like to share with people some tables which I found useful for retrieving information about database schema of a database created using SQL Server CE.
In order to access information schema of database you should use a prefix named information_schema. Tables I use to access such information are:
tables - contains information about tables which belongs [...]