Щелкните, чтобы оценить и отправить отзыв
MSDN
MSDN Library

  Включение просмотра при низкой пропускной способности канала
Содержимое сообщества
В этом разделе
Статистика Примечания (49)
Доступны также версии данного материала для:
SQL Server 2008 Books Online (June 2009)
Place Data and Log Files on Separate Drives

This rule checks whether data and log files are placed on separate logical drives. Placing both data and log files on the same device can cause contention for that device and result in poor performance. Placing the files on separate drives allows the I/O activity to occur at the same time for both the data and log files.

When you create a new database, specify separate drives for the data and log. To move files after the database is created, the database must be taken offline. Move the files by using one of the following methods:

  • Restore the database from backup by using the RESTORE DATABASE statement with the WITH MOVE option.
  • Detach and then attach the database specifying separate locations for the data and log devices.
  • Specify a new location by running the ALTER DATABASE statement with the MODIFY FILE option, and then restarting the instance of SQL Server.
Содержимое Сообщества   Что такое «Содержимое сообщества»?
Добавить содержимое RSS  Примечания
Processing
© 2009 Microsoft Corporation. Все права защищены. Условия использования  |  Товарные знаки  |  Конфиденциальность
Page view tracker