Moving database files without restarting the instances in sql server
When I was a baby DBA, I used to detach and attach but as I becomes strong, I do believe you dont have to stop the SQL Server service to move database files, but you do have to take the specific database offline. This is because you can’t move files while they’re being accessed and […]