Move SQL server database storage

Muhammad Hammad 21 Reputation points
2022-12-26T05:42:07.957+00:00

Our organization has purchased new SAN for the SQL database. The SQL server is configured as a two nodes failover cluster where one node is active and the other is passive and databases are stored on the current running SAN.

Kindly assist in how we can change our SQL databases from the current SAN to the new SAN without any downtime.

Thanks in advance.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,753 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,455 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,245 questions
{count} votes

2 answers

Sort by: Most helpful
  1. YufeiShao-msft 7,056 Reputation points
    2022-12-26T07:42:01.087+00:00

    Hi @Muhammad Hammad ,

    If you want to without any downtime, one way you may can try is to contact your SAN vendor, they will do cloning of the disks without downtime, all they have to do is to remove existing old SAN luns and add new SAN luns to your server, other option is to take a backup of existing database and restore

    https://social.msdn.microsoft.com/Forums/vstudio/en-US/3bb22c95-5054-4611-a7e4-936c0381a4f3/sql-database-migration-on-new-storage?forum=sqlservermigration

    -------------

    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

  2. Bjoern Peters 8,781 Reputation points
    2022-12-26T20:20:19.547+00:00

    Hi @Muhammad Hammad

    If your storage vendor has no magic tools available, this won't happen without downtime.

    Even changing the active LUNs on that machine will need some downtime... but the easiest way, and with a minimum amount of downtime, would be:

    • set up a synch job between old and new storage
    • synch all relevant disks
    • prepare the cluster and the storage for new disks
    • downtime start
    • lastly, remove the old storage
    • attach that new storage
    • restart SQL Ressource Group
    • downtime ends

    I hope my answer is helpful to you,

    Your
    Bjoern Peters

    If the reply was helpful, please upvote and/or accept it as an answer, as this helps others in the community with similar questions. Thanks!

    0 comments No comments