SQL Server Error Code – 35358 create trigger on table ‘%.*ls’ failed b

In this blog post, you’ll learn more about the SQL Server Error Code 35358 and the error message description that is shown

SQL Server Error Code

35358

SQL Server Error Description for the Code :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.

Leave Your Comment