Sql – Moving from Microsoft Access 2007 to Sql Server 2005

ms-accesssql-server-2005vb.net

I have MS Access 2007 Databases and VBA modules associated with it.

I Now want to upgrade my project so as to use Sql Server 2005 and Vb.net using visual studio.net.

Can any one suggest Complete details on the transfer without much hassle or data loss.?

Thanks In Advance

Best Answer

Per RBarry's answer...the data migration to SQL Server is easy using the SQL Server Migration wizard. Then you will have a working microsoft access application (probably but maybe it will require polishing and tweaking).

To convert the front end (ui) to vb.net there might be a converter but even if there is one you would likely have to do a lot of it manually anyway. So you treat the access version like a prototype and you start building your app in vb.net by hand.

Seth