During our weekly maintenance jobs for database integrity (DBCC CheckDB() ) I receive the following error when one of my DBs is getting checked. I manually ran DBCC on the DB and it ran without error.
The environment here is a 150Gb DB the drive has 1500gb available for use, this a SAN drivethat disk fragmentation is low if none existent. So, I am guessing that the DB snapshots itself to run this DBCC and then drops it and its causing some sort of space issue? Where would this snapshot be, TempDB or hiden somewhere by the SQL engine?