I am running a sqlserver in aws and detached and deleted a volume that had a additional ndf file I had created for a database. This ndf file had a couple of tables in it that I don't need but I really need to backup this database
Is there a way to tell sqlserver to chill and just ignore this ndf file?
The database log is filled with these kinds errors
The background checkpoint thread has encountered an unrecoverable error. The checkpoint process is terminating so that the thread can clean up its resources. This is an informational message only. No user action
is required.
The operating system returned error 21(The device is not ready.) to SQL Server during a write at offset 0x000002a3938000 in file 'j:\MSSQL\Data\filename.ndf'. Additional messages in the SQL Server error log and system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.