views:

30

answers:

1

Hi everyone,

I want to know if there is a way to convert an MSAccess DataBase to a SQL Server database without starting from the beginning.

Thanks

+4  A: 

There's a pretty verbose guide over at Microsoft that helps you get this process started. This is specifically for SQL Server 2008 though, using the SQL Server Migration Assistant (SSMA) which replaced the Upsizing Wizard: http://www.microsoft.com/sqlserver/2008/en/us/migration.aspx

Download: SQL Server Migration Assistant 2008 for Access V4.0
Note: "SSMA for Access supports Access 97 - Access 2007 databases."

Codesleuth