I have installed SQL Server 2005 Express on a laptop for development purposes and would like to import some Access databases that I was using coupled to programs written in VB 6.
If using SQL Server 2000 I could use the management studio to automate the import but I can not find any way to do this in Management Studio Express. Would have thought that this would be the typical migration route - Access to Server Express
Is there some way to automate this procedure
Thanks

SQL Server 2005 Express import of Access
archdukefranz
2, Import the data with Access to the project (you can select another Access database to import)
3, It will be uploaded to the database
OR
You can use a 3rd party database management tool which supports importing .mdb's.
Robert
Don Jefe Leone
Using the ODBC connection worked well. Thank You.
Kennysarmy
I don't think that feature is available with Express.
http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx
Kapil Aggarwal
How did you actually code this process
Brian B
Suma Sushilendra
Brad Radaker
I have Access 2000 and have not been so lucky. I've read that you cannot upsize from Access 2000 to SQL Express.
What version of Access did you export from
I was finally able to import my Access 2000 tables into SQL Express by using some tool called "SQL Admin Tool" from Simego.com
http://www.simego.com/Default.aspx
It's $30 bucks but the full-version demo lasts for 30 days and I could import what I needed to in less than a minute.