Create sorted copy of MDF-file
creates a copy of an MDF-file with its data sorted according to ASAM standards for fast
reading. If you get an error when trying to read an unsorted file, create a sorted file and
read from that instead. The optional output argument, sortedPath
= mdfSort(UnsortedMDFFile
,SortedMDFFile
)sortedPath
,
indicates the full path to the sorted file, including the file name.
Note
This function is supported only on 64-bit Windows® operating systems.