Migrate from Access to SQL Server 2005 Express
Friday, November 28th, 2008I thought that this might have been a real pain and to start it was until I found this little tool: ‘Microsoft SQL Server Migration Assistant for Access’. This made my life so much easier. At first I thought that is was only going to work for the full version and not Express. All I did was manually add the server name it was going to ‘XXXXX\SQLEXPRESS’ and the database name it was going to and that was it.
You can download the tool here: http://www.microsoft.com/downloads/details.aspx?FamilyID=d842f8b4-c914-4ac7-b2f3-d25fff4e24fb&displaylang=en
The only other thing you have then got to be aware of is any SQL syntax differences - I was using nhibernate so this was not a problem (except for the column names that were reserved words in SQL Server and not access).
Have fun.
