Using Raw Partitions

Microsoft® SQL Server™ supports the use of raw partitions for creating database files. Raw partitions are disk partitions that have not been formatted with a Windows NT® file system, such as FAT and NTFS. In some cases, using databases created on raw partitions can yield a slight performance gain over NTFS or FAT. However, for most installations the preferred method is to use files created on NTFS or FAT partitions.

When creating a database file on a raw partition, you do not specify the physical names of the files comprising the database, only the drive letters of the disks on which the database files should be created.

There are several limitations to consider when using raw partitions:

See Also

CREATE DATABASE

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.