INTELLIGENT WORK FORUMS FOR COMPUTER PROFESSIONALS
Come Join Us!
- Talk With Other Members
- Be Notified Of Responses
To Your Posts
- Keyword Search
- Turn Off Ad Banners
- One-Click Access To Your
Favorite Forums
- Automated Signatures
On Your Posts
- Best Of All, It's Free!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.
Partner With Us!
"Best Of Breed" Forums Add Stickiness To Your Site

(Download This Button Today!)
Member Feedback
"...I have tons of books, have book marked tons of tutorials, which have helped, but this forum has answered those "impossible to find" solutions. I am thrilled with this site..."
Geography
Where in the world do Tek-Tips members come from?
|
Microsoft SQL Server: Programming FAQ
|
Convert Access to SQL Server
|
How do I convert from Access to SQL Server?
Posted: 26 Dec 02
|
The Access to SQL Server upsizing wizard is the best way to start. There's a different version for each version of Access.
The Upsizer that comes with Access '97 does a pretty good job but won't convert parameterized queries. This leaves you in the position of having to code them yourself. I've written code to convert these but moving up to the Access 2000 upsizing wizard is another solution.
The Upsizer that comes with Access 2000 converts parameterized queries into stored procedures. For this reason it may be worth converting your Access '97 db to 2000 first and then using this Upsizer.
I've also written an article on converting Access database to SQL Server. It's from 1999, before Access 2000 was available but much of it is still relevant. It's available for free at http://www.NovickSofware.com/Articles.htm
One other thing: I've found that it's a good idea to convert in multiple steps. First, Upsize the database schema, then move the data. The upsizer sometimes chokes on some of the data movement. I generally use DTS to move the data, not the upsizer, but sometimes you can even use Access copy and paste to do the job.
Regards, Andy Andrew Novick Novick Software www.NovickSoftware.com
|
Back to Microsoft SQL Server: Programming FAQ Index
Back to Microsoft SQL Server: Programming Forum
My FAQ Archive
Email This FAQ To A Friend |
|
 |
|