1. Create two folders and grant read write
permissions to service account
d:\master_data
e:\master_log
2. Find the current path
sp_helpdb master
3. Stop SQL Server
4. Move the files (master.mdf,
mastlog.ldf) into new folders
5.
Go to SSCM --> R.C on respective instance SQL Server Service --
properties --> Advanced -->
Startup Parameters--> Change the
path of data and Log file
-dd:\master_data\master.mdf;-e....
-le:\master_log\mastlog.ldf
6. Apply --> OK
7. Start the service. Go to SSMS -->
check the new path
sp_helpdb
master
No comments:
Post a Comment