Link to home
Start Free TrialLog in
Avatar of SCOTTCKLINE
SCOTTCKLINE

asked on

Move edb file to another server

I am trying to move a 40 gb .edb file to another server.  What is the quickest way to do so?  Cut and paste keeps telling me insufficient resources.  
Avatar of rnicolaus
rnicolaus
Flag of United States of America image

GO to a command prompt and use Xcopy:

Maybe something like:

XCOPY <source path> <destination path> /a /v

http://support.microsoft.com/kb/289483/EN-US

If that doesn't work for you, download 30 day trial of Beyond Compare
http://www.scootersoftware.com/

I use this software often
ASKER CERTIFIED SOLUTION
Avatar of Supportonthespot
Supportonthespot
Flag of United Kingdom of Great Britain and Northern Ireland 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