Quantcast
Channel: Forum Getting started with SQL Server
Viewing all articles
Browse latest Browse all 4729

Transaction log file corruption when database files are placed in SSD drive

$
0
0

The MDF and LDF files are placed in SSD drive and tempdb files are placed in HDD drive. Snapshot isolation is enabled on the database. When a script is executed to insert data with NULL value to a table which has NOT NULL column, the transaction fails and then a log undo happens which fails and takes the database to suspect mode.

But when the MDF and LDF files are placed in HDD drive all this do not happen. The transaction just fails.

Any idea what is going wrong.

Thanks in advance,

Mathew.


Mathew P Jacob MCITP


Viewing all articles
Browse latest Browse all 4729

Trending Articles