|
-
Nov 6th, 2000, 11:11 AM
#1
Thread Starter
Addicted Member
Hi
Is there a stored procedure for backup and restore in SQL Server 7?
If there is, can someone provide me with the parameters please.
Thanks.
-
Nov 6th, 2000, 11:37 AM
#2
Hyperactive Member
This is what I use for sybase (I suppose it´s the same):
to dump:
dump tran [your database] with truncate_only
go
checkpoint
go
dump database siefore to 'your filename'
go
to load:
load database [your database] from 'your device'
go
online database [your database]
go
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|