Shrinking will increase fragmentation. Data that is moved to shrink a file can be scattered to any available location in the file. This causes index fragmentation and can slow the performance of queries that search a range of the index. To eliminate the fragmentation, consider rebuilding the indexes on the file after shrinking.
Btw, you need only one log file. Multiple log files would only be used sequentially anyway. Log file(s) don't affect data file allocation in any way at all.
Vijay
ASKER
Hi Pawan,
You are right. But we are not shrinking data file.
From Microsoft - https://technet.microsoft.com/en-us/library/ms190757%28v=sql.110%29.aspx?f=255&MSPPError=-2147217396