SQL Server Error Msg 35358 – CREATE TRIGGER on table ‘%.*ls’ failed because you cannot create a trigger on a table with a clustered columnstore index. Consider enforcing the logic of the trigger in some other way, or if you must use a trigger, use a heap or B-tree index instead.

In this blog post, let’s learn about the error message “35358 – CREATE TRIGGER on table ‘%.*ls’ failed because you cannot create a trigger on a table with a clustered columnstore index. Consider enforcing the logic of the trigger in some other way, or if you must use a trigger, use a heap or B-tree index instead.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

35358 – CREATE TRIGGER on table ‘%.*ls’ failed because you cannot create a trigger on a table with a clustered columnstore index. Consider enforcing the logic of the trigger in some other way, or if you must use a trigger, use a heap or B-tree index instead.

Reason for the Error

To be update soon…

Solution

To be update soon…