We have space issue in Drive 2 which host the mdf file for a database of 260GB, currently free space is less than 20GB and data grows 3Gb per week.. We can not increase disk space for next 2 months due to business compulsion.. But we have 80GB of free space in Drive 3 so my plan is to add one more data file .ndf and auto increment it to 3 folds of current mdf file's auto increment size(as it uses round robin algo to add data the new ndf will hold most of the incomming data)...
I test this is in my local machine it worked fine, Just want to get some advise if this is a good approach? what are the disadvantages in this? Is there any other option to get some space like using filter index or any administration approach..
we do not have space to get from shrink too... please let me know your input