I just upsized my database from Access to MS SQL Server and it mostly ran smoothly. There were some tables, stated in the error report, that weren't upsized along with the database because the tables didn't have unique indexes.
Since it worked in Access, how would I go about getting the tables upsized to MSSQL Server? Also, would I have a problem adding indexes to the tables that already contains data?
Since it worked in Access, how would I go about getting the tables upsized to MSSQL Server? Also, would I have a problem adding indexes to the tables that already contains data?