Linked tables is a Jet(Access storage engine) feature that cause Jet to
direct the calls to an ODBC source. In most cases, DAO code keeps working
un modified(there are few exceptions). Typical, you may hit Performance
issues in some of the queries. Then you may want to move them to a
pass-thru queries
or to a view on the remote server and to link the front end to this view. We
are about to publish a white paper shortly on this topic in SQL Server
migration web site.
Gil Lapid Shafriri
Program Manager
SQL Server Migration Assistant
Microsoft
425-7054487
http://www.microsoft.com/sql/solutions/migration/default.mspx
"Rick Vooys" <RickVooys@discussions.microsoft.com> wrote in message
news:0B87B922-AE1F-4872-A07B-6FFEAFFB48B0@microsoft.com...
|