I have a situation w/ our production MSSQL 2014 server. Currently configured as:
- c:\ = os
- e:\ = sqlserver
- f:\ = data
- g:\ = indexes
- h:\ = logs
- t:\ = tempdb
Sadly there are x3 files that were sadly written to the wrong system partition:
1. g:\indexes\sql\data\qore1.mdf
2. 1. g:\indexes\sql\data\qore2.mdf
3. 1. g:\indexes\sql\data\qore1.ldf
How can I properly relocate the files 1 - 3 from their current destination on disk to f:\data\...\...\Data?