**Jury Soldatenkov** created an [issue](https://nhibernate.jira.com/browse/NH-2836) — <time datetime="2011-08-14T09:02:29.170Z" title="2011-08-14T09:02:29.170Z">14th August 2011, 9:02:29</time>: > SchemaValidator fails with Sql Server Compact 4. > > If schema set in mapping file, SchemaExport works properly: > > create table "dbo_User" ( no matter ) > > But SchemaValidator fails with exception (it looks for table "User" instead of "dbo_User"): > > NHibernate.HibernateException : Missing table: User > >