The space on the drive1 where the primary data file of the database is located is running out of space, and also on the drive1 master db is located, so we did the following as our sys admin team were saying
that they cannot add space on drive1:
1. Added second drive drive2
2. Created secondary data file on drive2
3. Restricted the primary data file growth of the database, so that the drive1 doesn't go completely out of space as master db is located on drive1, we don't want to move the master db to another drive.
4. I see the data is going to the secondary data file on drive2
Just wondering will there be any issues when the data in primary data file reaches the upper limit which we set?
Thanks.
sqldev