A long time ago I received an excellent step by step explanation of how to set up DNN with SQL 2005 on localhost. It explains about setting up a login to the database with one's desired UID/PWD with SQL server authentication. The instructions included these database permissions: Security, create a new user with the same name as the UID: Default schema: dbo Schemas owned by the UID: db_ddladmin, db_owner, db_securityadmin Database role membership: db_securityadmin, db_ddladmin, db_datawriter If pictures would help I can send those... HTH Tom |