Recover disks

Lucas Escudero 191 Reputation points
2022-12-15T12:16:58.04+00:00

Good morning, I have a machine with Windows server 2019, it had 3 disks associated with it (which was wrong).
The databases saved data on all disks (Which was also wrong).
I accidentally deleted 2 disks associated with this database, is it possible to recover them? Or retrieve the information through the DB?

SQL Server | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 122K Reputation points MVP Volunteer Moderator
    2022-12-15T22:24:47.88+00:00

    Unless you have a backup, that is going to be hard. Or more correctly: impossible.

    Although your post is not really clear "The databases saved data on all disks (Which was also wrong)." What exactly do your refer to here?

    And were these databases SQL Server databases?


  2. Seeya Xi-MSFT 16,661 Reputation points
    2022-12-16T02:52:32.457+00:00

    Hi @Lucas Escudero ,

    Welcome to Microsoft Q&A!

    it tells me that it cannot find the destination where it was saved

    That means that the previous backup file is deleted along with the disk. If your database is fine, you should make a new backup on an available disk right away.
    If you are using SQL SERVER, DBCC CHECKDB can help you check if there are any problems with the database.

    Best regards,
    Seeya


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.