 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Terry Guest
|
Posted: Thu Dec 04, 2003 5:06 pm Post subject: restore database question |
|
|
I know this is not a delphi question. Perhaps someone can answer it, or
direct me to the right place.
I have a backup of a micosoft sql database in a zip file from server A. I
want to get the data on server B. ( the two servers are not connected. ) I
unzipped the file into a directory and using the sql analyzer I created the
following
Restore database dbname
from Disk = 'd:datadatafile'
move 'dbname_primary' to 'c:program filesmicrosoft sql servermssqldata'
I am getting an error
incorrect syntax near 'move'
Any help would be appreciated.
|
|
| Back to top |
|
 |
Brian Hollister Guest
|
Posted: Thu Dec 04, 2003 5:43 pm Post subject: Re: restore database question |
|
|
| Quote: | Restore database dbname
from Disk = 'd:datadatafile'
WITH
move 'dbname_primary' to 'c:program filesmicrosoft sql
servermssqldata' |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|