Quantcast
Channel: SQL Server Manageability forum
Viewing all articles
Browse latest Browse all 1519

How To Handle Filled Disk in Production? (SQL Server 2014 Std)

$
0
0

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?



Viewing all articles
Browse latest Browse all 1519

Trending Articles