exporting into sql

D

dennis

Does anyone know if there is a way to export data from an
existing access database into sql statements?
 
K

Kevin3NF

The question does not make sense, unless you are wanting to generate an
Insert statement for each record. If this is the case, I don't think Access
has any utility for this, but some 3rd party tools might.

If the destination is SQL Server, you can move the data in a variety of
ways.

--
Kevin Hill
President
3NF Consulting

www.3nf-inc.com/NewsGroups.htm
www.DallasDBAs.com/forum - new DB forum for Dallas/Ft. Worth area DBAs.
 
Top