All the data from BCC and the epub schema will remain in the database,
however if you have file assets you'll have to copy them to your
target environment otherwise BCC will fail when trying to deploy them.
For the environment, definitely look into all the *server_id tables,
like dss_server_id, epub_server_id, etc.: try truncating the data in
those tables after the import. Another thing I will look at is the
das_id_generator table, I would set the id prefixes to be different
between the 2 environments, something like "i" in integration
environment and "q" in QA once the data is imported, to avoid ID
clashes if you decide to run an incremental export/import and somebody
has created some data in QA in the meantime.