Access MDB Files and SQL Server Device Files

By Chris Miller on 16 August 2000 | Tags: Storage/Sizing


Byron Fillmore writes "I am very new to SQL server. Does SQL server hold the names of tables and queries in a single file like an Access .MDB file?"

SQL Server stores all of the objects associated with a database in at least two but possibly more files. The database itself is broken up into two pieces, the data portion and the log portion. The log is a transaction log which allows SQL Server to avoid data loss in the event of a server crash or power failure. The data file contains the tables, indexes, and other objects that SQL Server uses to store and manipulate data.

The SQL Server system administrator (sa) can configure a given database to reside in several (more than two) files so the sa can spread the data access out across several different physical disk drives or drive arrays, so the data access time will be really fast. This also allows the sa to tune backups so the backups can run more quickly.

rocketscientist.


Related Articles

Handling database file growth (18 December 2002)

Finding the biggest tables in a database (4 August 2000)

Network Attached Storage: An Overview (11 July 2000)

SQL Server and Network Attached Storage (6 July 2000)

Other Recent Forum Posts

. How to Save Big on Temu with Coupon Code [act892435] in the USA (71m)

Limited-Time USA Offer: Temu Coupon Code {act892435} for Great Savings (76m)

Temu coupon code $100{act892435}off for USA customers (80m)

Temu Canada Black Friday Sale: 90% Off {acs540599} with Free Shipping 2024 (87m)

Temu Coupon Code $100 off [acr639380] Get 30% Off On Your First Order (2h)

Temu Coupon Code Romania [acr639380] 100€ Reducere (2h)

Temu Kod Za Popust [acr639380] 40% Popusta Za Postojeće Kupce (2h)

Temu Coupon Code 2024 for Existing Customers (acr639380) (2h)

- Advertisement -