tables and preserve relationships from MS SQL

M

mcnewsxp

is there a way or a tool the will import tables and preserve relationships
from MS SQL - preferably without using ADP?

thanks much,
mcnews
 
J

Jerry Boone

Look into the DTS feature of Sql server - it's incredibly powerful at doing
stuff with data movement, and transformations of data to and from a variety
of formats.

--
Jerry Boone
Analytical Technologies, Inc.
http://www.antech.biz
Secure Hosting and Development Solutions for ASP, ASP.NET, SQL Server, and
Access
 
Top