I have a TEMPDB database with 8 files but, they have different sizes which is not recommended, as follow:
I have a plan to resize to the same size as recommended with 20GB each, the TEMPDB total will be 160GB. My question is, if the SQL Server is executing an operation which need 23GB, will the remaining 3GB be split to another file or the files will grow to accommodate the operation in just 1 tempdb file?
If the files grow, instead of 160GB I will end with 184GB just because of 3 GB..