View Full Version : How to convert a Access application to SQL server application?


marks2007
11-12-2007, 08:52 AM
Hi,

I want to convert a Access application to SQL server 2005 application?
Do I have to convert all queries to stored procedure?

Thanks

Mark

pbaldy
11-12-2007, 08:59 AM
I've successfully used the Upsizing wizard on the tables. You do not have to convert queries, no.

marks2007
11-12-2007, 09:02 AM
Hi Paul,

I use DAO in Access 2003 now,Do you think if I need change some VBA codes manully?Thanks

Mark

pbaldy
11-12-2007, 09:05 AM
No; DAO will work fine with SQL Server. ADO is probably better optimized for it, but DAO will work fine.