DontCopyFileTime
Defines which NTFS file timestamps should *not* be copied when a file is copied (no conversion!) across database tables. By default, all three timestamps are copied. By setting this parameter to one or more of "CREATE", "WRITE", or "ACCESS", the respective timestamp of the copied file is set to the time when the copy was created.

To specify 2 or 3 of these values, separate them by whitespace or punctuation.

This setting can be overridden per database or per table.
Possible values: CREATE, WRITE, ACCESS, or combination
Default value: (empty)