Doc94 said:
Also, I understand Access front ends and back ends but I am ignorant to SQL.
Time to learn, then. I'd advise getting some books (SQLSister has a great FAQ on the admin forum for books) and going through Books Online.
As far as using the DTS Import Wizard, this is a basic and fairly simple tool. Here's the brief skinny:
First, install SQL Server on your Server. If the server can see the machine with the Access DB, then great, you can work from there. If not, I recommend taking a copy of the access .mdb file and moving it to the server by any means at your disposal.
Open up Enterprise Manager and the following groups.
Microsoft SQL Server -> SQL Server Groups -> <ServerName>
Right click the Databases folder & navigate to All Tasks -> Import Data.
Look up DTS Import / Export Wizard in Books Online for more details on how it works, but if you read the screens carefully, it's pretty user friendly. You have your source, which you'll choose as Access and point to the .mdb file, the next page is destination, the third page allows you to do a direct transfer (default) or query transfer (etc.), the fourth page is where you choose the tables to move over and will see (next to each table) the ellipses box which will allow you to control your datatype transformations.
After that, it's pretty much Next, Next, though you might want to save the package before running it just incase you need it again.
Doc94 said:
Will I need to create a new SQL backend?
I can't answer that question, because I don't know if you've already installed SQL or not. If you have, just use the SQL Server you have installed.
Doc94 said:
Will the server I use need to have SQL running on it or can I use SQL running on my desktop.
The only version of SQL 2000 that runs on a desktop is Personal (had to be bought with Enterprise version) or Developer version. You'll need an actual Server type machine to run SQL Server on. You can, however, run the SQL Server client tools off your desktop, which will give you access to the server on which SQL is running.
To link your SQL Tables with an Access front end, you should be able to follow the Access help files about creating Linked tables. It should be that simple. Grab some books, play with SQL and Access in a test environment first, and then you should be ready to try moving things in production.
Catadmin - MCDBA, MCSA
"If a person is Microsoft Certified, does that mean that Microsoft pays the bills for the funny white jackets that tie in the back???