This example enables read and write access on the database MyDB after an incremental restore.
INCREMENTAL RESTORE ALLOW WRITE FOR MyDB;
This example enables read and write access on the table tab1 in the current database after an incremental restore.
INCREMENTAL RESTORE ALLOW WRITE FOR tab1;