ColumnStore Rollback
The ROLLBACK
statement undoes transactions that have not been permanently saved to the database with the COMMIT
statement. You cannot rollback changes to table properties including ALTER
, CREATE
, or DROP TABLE
statements.
images here
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?