Need to know the database size limit for Azure SQL Managed Instance, is that per server or per database?. I mean can I have 2 databases of 7TB each in one managed instance?
Asked
Active
Viewed 630 times
1 Answers
0
The storage limit is at the instance (server) level. The maximum storage size for MI is 8TB so you would need to split these two 7 TB databases across 2 servers (instances).

guest123456
- 1
- 1
-
Thanks for the update. will I be able to query cross Managed instance server using the Linked server ? – Rakesh Suryawanshi Jul 25 '19 at 07:34