Link to home
Start Free TrialLog in
Avatar of ottenshx
ottenshxFlag for Netherlands

asked on

Exchange 2013 CU17 Moving database from partition to other partition

Hello Experts ,

I Want to move a database from partition G:database to Partition E:databases but logs files are on F:Logs and needs to stay on F:Logs.
Can I use the following command :?

Move-DatabasePath "nameofdatabase" -EdbFilePath "E:\Database\nameofdatabase\nameofdatabse.edb" -LogFolderPath "F:\LOGS\nameofdatabase"  
Or
Should i use :

Move-DatabasePath "nameofdatabase" -EdbFilePath "E:\Database\nameofdatabase\nameofdatabse.edb"

Tips and tricks are welcome.
Many thanks.
ASKER CERTIFIED SOLUTION
Avatar of Scott C
Scott C
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ottenshx

ASKER

Hi ,

Thanks for your quick reply, as the question was more to be sure iam happy with your confirmation and link.
Anytime.  Glad I could help.