2018-02-15
MySQL – Move Data Files To New Location (Windows)
After setting up MySQL, I realized that I put my data files on the C drive. ...
After setting up MySQL, I realized that I put my data files on the C drive. ...
Although moving database files around is simple, it is a still big deal. When you do...
/* Author: Ben Farnsworth Date: 1/7/14 Get info on Data files */ IF OBJECT_ID(‘tempdb..#space’) IS NOT...
This script is intended for environments where space constraints require the space to be closely maintained....
This script gets the size of each database file, not including backups. Essentially, you’ll see .MDF,...