Quote:
|
Originally Posted by stolze
Use the WITHOUT ROLLING FORWARD option (see manual) to prevent the rollforward-pending state.
|
Stolze,
This is an ONLINE backup you cannot use WITHOUT ROLLING FORWARD clause in this case. From the manual:
WITHOUT ROLLING FORWARD
Specifies that the database is not to be put in rollforward pending state after it has been successfully restored.
If, following a successful restore operation, the database is in rollforward pending state, the ROLLFORWARD command must be invoked before the database can be used again.
1 If this option is specified when restoring from an online backup image, error 1 SQL2537N will be returned.
Andy