From 85316760bfc658de07437b5f9f416aa800e4a150 Mon Sep 17 00:00:00 2001 From: Dan Ullom Date: Thu, 9 Nov 2023 08:45:07 -0600 Subject: [PATCH] Removed RDS SQL Server Gotchas and Limitations bullet that is no longer true. "Storage cannot be expanded for existing databases. If you need more space, you must restore your database on a new instance with larger storage." https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.ModifyingExisting --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 852c693e..3ace38d5 100644 --- a/README.md +++ b/README.md @@ -1383,7 +1383,6 @@ RDS SQL Server ### RDS SQL Server Gotchas and Limitations - 🔸The user is granted only db_owner privileges for each database on the instance. -- 🔸Storage cannot be expanded for existing databases. If you need more space, you must restore your database on a new instance with larger storage. - 🔸There is a **16TB** database size limit for non-Express editions. There is also a minimum storage size, 20GB for Web and Express, 200GB for Standard and Enterprise. - 🔸Limited to [30 databases per instance](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html)