SCENARIO/SETUP:
SQL Server 2005 with SP2
Server has:
C:drive with 50GB on local storage
D:drive with 500GB on NetApp SAN (SQL Server, dbs, installed on D:drive)
E:drive with 500GB on NetApp SAN (SQL Server logfiles and SQL Server backups store on E:drive)
PROBLEM/QUESTION:
Need confirmation/advice on moving my 'sqllogs' folder which contains the transaction logs, etc. to a different drive; i.e. from Drive E: to Drive D:.
STEPS TRIED:
1) I had tried changing the default logfile location in Management Studio for the server to point to D:\sqllogs from E:\sqllogs
2) Stopped SQL Server
3) Copied everything over from E:drive to D:drive. This included the sqllogs and backups folders
4) Started SQL Server
5) Modified all Maintenance Plans to backup/cleanup to D:drive instead of E:drive
PROBLEM:
When attempting to view the tables for ALL of the User Databases, you are unable to view any of them.....cannot view properties for the databases...nothing...no plus sign next to the databases to expand anything!
Error logs show that SQL Server is still looking for log files on the E:drive? Why? Have I missed a step???
So, for now to correct the problem I recreated the E:drive and moved everything back over to the E:drive and everything is fine....but this should be possible to do correct?
Thanks.
SQL Server 2005 with SP2
Server has:
C:drive with 50GB on local storage
D:drive with 500GB on NetApp SAN (SQL Server, dbs, installed on D:drive)
E:drive with 500GB on NetApp SAN (SQL Server logfiles and SQL Server backups store on E:drive)
PROBLEM/QUESTION:
Need confirmation/advice on moving my 'sqllogs' folder which contains the transaction logs, etc. to a different drive; i.e. from Drive E: to Drive D:.
STEPS TRIED:
1) I had tried changing the default logfile location in Management Studio for the server to point to D:\sqllogs from E:\sqllogs
2) Stopped SQL Server
3) Copied everything over from E:drive to D:drive. This included the sqllogs and backups folders
4) Started SQL Server
5) Modified all Maintenance Plans to backup/cleanup to D:drive instead of E:drive
PROBLEM:
When attempting to view the tables for ALL of the User Databases, you are unable to view any of them.....cannot view properties for the databases...nothing...no plus sign next to the databases to expand anything!
Error logs show that SQL Server is still looking for log files on the E:drive? Why? Have I missed a step???
So, for now to correct the problem I recreated the E:drive and moved everything back over to the E:drive and everything is fine....but this should be possible to do correct?
Thanks.