Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing data from a MS Access Database

Status
Not open for further replies.

StevenK

Programmer
Jan 5, 2001
1,294
GB
We're looking at re-creating a Microsoft Access database as a SQL server 7.0 database. If we use the 'Import/Export data' option we are able to create and populate the tables but this does not maintain the indexes for the tables. Is this achievable ?
Thanks in advance.
Steve.
 
Hi Steve

I dont quite understand what you are trying to do. Is the database going to be a sql server db or an msaccessdb. And where do you want to import the data to? Bernadette
 
We have an existing Microsoft Access database and are looking at creating a SQL Server 7.0 database from this - maintaining the same table structure and data - the problem is the maintaining of the indexes and table constraints. Can anyone offer any suggestions ?
Steve
 
Hi Steven

Have you tried using the MS Access Upsizing Wizard
to upgrade this to a sql server database.
You can download it here. It is for Access 97. Is this the version of Access you are using?




Once it is a sql server 7.0 you can then use the "DB Maintainance Planner" to shedule jobs to run every night to maintain your indexes and back up your database."
Is this what you are trying to do ?

Hope this helps Bernadette
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top