I'm using NHibernate 3.3 with SQL 2008 and the database schema (as in sql schema) is not created. I have to manually create the schema via CREATE SCHEMA on the specific database to let NHibernate create the tables in that schema.
Is this by design as the schema exporter also creates tables etc. but not the schema. I don't know if I should classify this as a bug or a feature. -- Ramon
