So how does one go about replacing Jet with SQL?
Well, first, in that link, one suggestion was to use remote desktop...and
thus you don't need to convert to sql.
However, assuming you been running a split database for some time, then you
only are moving the data from a back end mdb file to sql server, and then in
place of linking the tables to a back end mdb file, you link them to sql
server.
It is assumed that you been using linked talbes for some time now....
If linked tables are new to you, you can read the follwing:
http://www.members.shaw.ca/AlbertKallal/Articles/split/index.htm
It is somewhat easier to migrate your application to sql server if you
already been linking tables as a above.
However, regardless of a split application now, if you do link those tables
to sql server, then about 90% (or even more) of your application should
function. In fact, if you don't have any code, then often zero things need
be changed on the ms-access side.
Really, however, you need to learn to become familiar and comfortable using
sql server to setup the tables etc. However, for the most part, your front
end part (your existing ms-access forms, code etc) should not have to be
changed very much....
ACC2000: "Access 2000 Upsizing Tools" White Paper Available in Download
Center
http://support.microsoft.com/?id=241743
ACC2002: "Access 2002 Upsizing Tools" White Paper Available in Download
Center
http://support.microsoft.com/?id=294407
ACC2000: Optimizing for Client/Server Performance (odbc)
http://support.microsoft.com/?id=208858
ACC: "Upsizing to Microsoft SQL Server" White Paper Available in Download
Center (a95, and a97)
http://support.microsoft.com/?id=175619
HOW TO: Convert an Access Database to SQL Server (a97,a2000)
http://support.microsoft.com/?id=237980
ACC: Choosing Database Tools White Paper Available in Download Cente
The Choose.exe file contains a document called "Choosing the Right Database
Tools" that discusses Microsoft's database products: Microsoft Access,
Microsoft FoxPro, Microsoft SQL Server, Microsoft Visual Basic, and Open
Database Connectivity (ODBC). Use this document to decide which database
tool is right for you.
http://support.microsoft.com/?id=128384
ACC: Tips for Optimizing Queries on Attached SQL Tables
http://support.microsoft.com/?id=99321