Multiple Insert Triggers For A Table in Visio

D

David

Is it possible to have multiple insert triggers defined for a single table
using Visio?

This seems legal according to the SQL Server docs using the with append
option. So I hand-coded my trigger code using this option and Visio took the
code without over-writing its own generated trigger for insert. But when I
generate the DDL script, the Visio trigger seems to be commented-out.

Any help here?

Thanks,

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top