• GilaMonster (10/23/2012)


    A full drive shouldn't cause SQL to crash. It'll cause transactions to fail, that's about all.

    Check the SQL error log, see what's the last few entries in the log

    I agree with Gail, it shouldn't cause it to crash, just won't be able to add new data if trans log or mdf file try to expand. You need to look at the SQL Server log and the Windows event logs to see why SQL Server crashes. There should be details in there.