Hi everyone, we have SQL Server 2000 system and data files on one disk (disk A), and transaction logs and backups on another (disk B). We will soon need to replace disk B with a larger disk as it is becoming full. To transfer all logs to the new disk will require detaching the database, moving the log files, then reattaching (as I understand it). I've done this with data files in the past. But what about the logs for the master, tempdb, msdb, and model databases (the system set)? Do it the same way or is there another approach? Any thoughts would be appreciated.
Thanks. drStealth
Thanks. drStealth