jeffthephoneguy
Programmer
I am moving contact store 7.2.9 to a new server, the install pdf is lame and I don't understand how to backup the MSDE database. anyone got a better way to this?
Jeff
"the phone guy"
Jeff
"the phone guy"
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
1> backup database eware to disk='c:\backup folder\eware.bak'
2> go
[i]message saying backup complete[/i]
1> exit
sqlservr -m -s contactstore
[i]loads of startup info[/i]
1> backup database master to disk='c:\backup folder\master.bak'
2> go
[i]message saying backup complete[/i]
1> exit
sqlservr -m -s contactstore
[i]loads of startup info[/i]
1> restore database master from disk='c:\msdebackup\master.bak'
2> go
[i]message saying restorecomplete[/i]
1> exit
1> restore database eware from disk='c:\msdebackup \eware.bak'
2> go
[i]message saying restorecomplete[/i]
1> exit