In sql 2000 you just select "Action" -> "All Tasks" -> "Import Data" which will take you to the Data Transformation Services (DTS) Import Wizard...
Generally, one of the major rationales for conversion to SQL Server is the 'efficiency' of having only results sets sent over the network. Leaving queries in the FE (Ms. A) totally defeats this goal.
How one would address the SQL Server db is somewhat dependent on the connection mechanisim. SQL Server tables may be directly linked, or 'connected' through several methods, including DAO, ADO, RDO, DNS, ... the capabilities and mechanics of each method vary, thus you need to have some understanding of the advantages (and corresponding disadvantages) of each.
MichaelRed
m.red@att.net
There is never time to do it right but there is always time to do it over
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.