microsoft.com Home  
Microsoft
http://www.microsoft.com/office/ork  
Microsoft Office 2000 Resource Kit Home
 The Office 2000 Environment
 Office 2000 - What You Need to Know
 Tools and Technologies that Work with Office
Server Tools and Technologies
Internet and Intranet Technologies
Data Access Technologies
Programming Technologies
 Overview of Tools and Utilities
Glossary
Index
Data Access Technologies

Office 2000 and Database Files

Microsoft Access 2000 makes it easier than ever to work with Microsoft SQL Server databases. When working with an Access project file (ADP file), Access provides a variety of tools that you can use to work with SQL Server 7.0 and 6.5 databases. These tools allow you to work with existing databases, create entirely new databases, and to work with the design of database objects. Access also provides the Upsizing Wizard, which helps you convert an existing Access database into an Access project file connected to a SQL Server database.

By isolating all database files under the control of a database server, SQL Server can provide advanced features that cannot be furnished by the Jet database engine. For example:

Online backup   Use an automatic scheduler to back up your database without having to exclude users from the database.

Durable transactions   SQL Server logs transactions so that updates made within a transaction can always be recovered or rolled back if either the client or the server computer fails.

Better reliability and data protection   If either a workstation or file server fails while an Access database (MDB file) is being written to, the database might be damaged. You can usually recover a damaged database by compacting and repairing the database, but you must have all users close the database before doing so. This rarely happens with a Microsoft SQL Server database.

Faster query processing   Because an Access database is a file-server system, it must load the Jet database engine locally to process queries on the client workstation. For large databases, this can involve moving a lot of data over the network. In contrast, SQL Server runs queries on the server, which is typically a much more powerful computer than client workstations. Running queries on the server increases the load on the server, but this can reduce the network traffic substantially — especially if the database application is designed so that users can select only a small subset of the data at a time.

Advanced hardware support   Uninterruptible power supplies, hot-swappable disk drives, and multiple processors can all be added to the server with no changes to the client workstations.

Top

See also

For more information about Microsoft SQL Server, see the Microsoft SQL Server Web site, at http://www.microsoft.com/sql/, and SQL Server Books Online, which is installed with SQL Server 7.0.


Topic Contents
Next
Previous

Topic Contents   |   Previous   |   Next   |   Top

  Friday, March 5, 1999
© 1999 Microsoft Corporation. All rights reserved. Terms of use.

License