Monday, July 13, 2020

Move Data From one file to another file in same filegroup in SQL Server

Problem:-

We need to delete the second data file (.ndf) from the database without deleting the data itself.in another saying merge or move data from second data file(.ndf) to Primary data file(.mdf).