| Event Information | CAUSE: SQL Server uses nonbuffered I/O, which requires sectors to be aligned. The database was originally created on a disk with nonstandard disks with nonstandard sector sizes. To restore this database, the database files must be located on compatible disks. For example, if the database log was originally created on a disk with a sector size of 4K, the backup must be restored to a disk with a sector size of 4K.
RESOLUTION: Locate a disk with the required sector size and restore to that disk. You may need to use the WITH MOVE clause to direct RESTORE to use the desired disk. |