There is more than just the object that needs to be transfered to create a new db. If you want to create a blank database. Create from navision a new database. Export all objects from your current tabase and import them into the new database.
Ahmed Rashed Amini
Independent Consultant/Developer
If you're planning to create dbs often you could use the model database of sql server. The idea is, that every time sql creates a new db, it copies the content of the model database.
So copy the database objects from your database to model database and every time you create a new db all of your objects will be there.
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
RIS Plus, LLC
Can we just transfer the object table into another database without restoring the demo database?
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
So copy the database objects from your database to model database and every time you create a new db all of your objects will be there.