Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

restore database

Status
Not open for further replies.

sssdexter

Programmer
Oct 7, 2003
29
MY
Hi,

I had backup my database into a *.1 backup file, how can i restore it into my database?

Thanks a lot
 
If you are using ASE then just use the LOAD DATABASE command. You can specify the filenames of the backup and file extension is really inconsequential.



-=-=-=-=-=-=-=-=-
For ease of reading, any posted CODE should be wrapped by [ignore][COLOR][/COLOR] and
Code:
[/ignore] tags.

Ex:
Code:
SELECT 1 from sysobjects

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top