recently i started dealing with sql server, before it was only msaccess.
when i'm doing import/export of a db, from the server to my computer or even in the server, all column with primary key loose the key. identity set to false and even bit is not set to the default
what can be done so import/export will make an exact copy of the db and its data and not doing backup and restore everytime i want the same db somewhere else or for another project or something like that
i have read about the "edit mapping" and the checkbox but that did not helped with the identity specification... and what about the primary key of the tables and the rest of the things?