SSMA - data migration/ schema problem

S

samuelgreene

Hi,

I've gotten my .mdb transferred over using the assistant into the dbo
schema - I'm trying do the same thing but in a schema called Tracker.
I'm able to create the tables in the schema with the tool, but when
migrating data I get:

Preparing table SQL Database Tracker.[tblUsers]...
Migrating data for the table tblUsers from the database SQL Database
Tracker...
Table is not in the right state. Make sure the table is accessible and
not read-only.
Data migration failed.

Errors: Table is not in the right state. Make sure the table is
accessible and not read-only.
Data migration complete.
0 table(s) successfully migrated.
0 table(s) partially migrated.
31 tables failed to migrate.

-----------------

I'm able to insert rows with access, so I'm a little bit stumped. I'm
a member of the admin group.

Thanks for any help.
Sam
 
S

samuelgreene

My problem was that I had the tables linked - so do the migration and
then link up. Somewhat obvious, but I figured it would pull data from
the backup tables.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top