vote up 0 vote down star

I am using 64-bit Vista and I need to migrate an access database, in Office 2007 to SQL Server.

I don't want to have to write an SSIS package to do this, but that may be my only option.

Is there any other way to do this? I have about 330M of data in Access that needs to be moved, so I can write a webapp to replace this database.

Update: The error is: The upsizing Wizard does not work with the version of Microsoft SQL Server to which your Access project is connected. See the Microsoft Office Update Web site for the latest information and downloads.

flag

What's the error? – ZippyV Aug 28 at 19:20
The reason the Migration tool didn't work is that when I clicked on the database dropdown it couldn't find it, even though SSMS does. When I typed in the database info, I could see the database on the left-hand pane, but couldn't get the 'Next' button enabled, so I was essentially stuck. – James Black Aug 30 at 13:47

4 Answers

vote up 0 vote down check

The SQL Server 2008 Import/Export tool has worked great for me for migrating tables as well as data. You may need to install the SQL Management Studio to get the import tool also (it'll show up in your Start menu). It supports moving tables/data around from various sources, and I'm guessing that Access 2007 is supported.

That said, the SSMS/Migration for Microsoft Access tool may work the best overall.

Best of luck.

link|flag
Unfortunately the SSMS wouldn't work, it couldn't find my database, so I had to just import the database through SSMS. – James Black Aug 28 at 20:43
vote up 0 vote down

When all else fails, you could try creating an ODBC DSN for your SQL Server and then export the tables to that DSN. It won't get all the datatypes right, but it might be good enough to get things started if nothing else works.

I think it's pretty amazing that you can export a Jet/ACE table to an ODBC data source, to be honest.

link|flag
vote up 0 vote down

See if creating a Linked Table inside Access DB (which points to your destination table in SQL Server) helps.

OR

See if you can use SQL Server functions (such as OPENROWSET) to open the Access tables.

link|flag
vote up 1 vote down

In Access, use the upsizing wizard under tools menu...

Edit, checked to see if it's still there: it has issues with SQL Server 2008. Do you get the same error? (yes you do, says your edit)

Alternative: SSMS/Migration for Microsoft Access

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.