INCREMENTAL RESTORE ALLOW WRITE FOR object_list Examples - Examples: Enable Read and Write Access After an Incremental Restore - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
wgr1555383704548.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

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;