How to convert to SQL Server?

S

Siegfried Heintze

How do I take the data and relations stored in my MDB file and store it in
SQL Server?
Thanks,
Siegfried
 
J

Jeff Boyce

One approach would be to start from the SQL Server end, using the data
transformation services.
 
Top