SQL Server(Azure Cloud) - Maximum storage size

Diogo Bueno da Silva 56 Reputation points
2021-10-27T14:21:09.623+00:00

Hello,
in my company we use the sql server azure cloud, and we are almost reaching the maximum data size. We want to separate some existing data in the database, as it is already old, but we don't want to delete them, just separate to reduce space and improve performance. In this case, what is indicated to do and how to do it?
Thanks.

Azure SQL Database
0 comments No comments
{count} vote

Accepted answer
  1. Alberto Morillo 32,891 Reputation points MVP
    2021-10-27T19:11:45.407+00:00

    You may want to consider move that data to new Azure SQL Database and consider using Elastic Queries if you need to query recent data (actual database) and old data (new database with old data.

    You may also consider implementing sharding. Here is how to move data between databases.


0 additional answers

Sort by: Most helpful