I'm trying to import an Access database into an SQL server. The problem that I'm having is that it's not imorting any of the primary key information. I'm sure that it's something that I'm doing, but I just can't figure out what it is. It acutally comes up and asks me if I would like to assign a primay key to EACH one of the tables. Problem with that is that there are many times more than one primary key in a table. Also another problem with this is that there are like 200 tables which make that approach a tad bit more cumbersome. Any ideas as to how to import this database into SQL and still keep my primary keys?