Can I increase the size limit of an Azure database from 50 to 100 GB? if possible, what are the implications for end users and processes? that is, is the database installed offline during the change?
Will this be done using the following instructions?
ALTER DATABASE MyDatabase MODIFY (EDITION='BUSINESS', MAXSIZE=100GB)
Thank you very much in advance.
source share