Answers for "Drop table operation failed on table 'TableHistory' because it is not supported operation on system-versioned temporal tables."

0

Drop table operation failed on table 'TableHistory' because it is not supported operation on system-versioned temporal tables.

ALTER TABLE dbo.tbl_Students SET (SYSTEM_VERSIONING = OFF)
Posted by: Guest on January-12-2021
0

Drop table operation failed on table 'TableHistory' because it is not supported operation on system-versioned temporal tables.

DROP TABLE tbl_StudentsHistory
GO
Posted by: Guest on January-12-2021
0

Drop table operation failed on table 'TableHistory' because it is not supported operation on system-versioned temporal tables.

Msg 13552, Level 16, State 1, Line 1
Drop table operation failed on table 'RND.dbo.tbl_Students' because it is not supported operation on system-versioned temporal tables.
Posted by: Guest on January-12-2021

Code answers related to "Drop table operation failed on table 'TableHistory' because it is not supported operation on system-versioned temporal tables."

Browse Popular Code Answers by Language