Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Insert Trigger

Author  Topic 

Access
Starting Member

44 Posts

Posted - 2008-01-10 : 14:11:04
I have an Insert Trigger on the table
I would like to know what would happen when record gets inserted from GUI(using stored procedure).

1. Record gets inserted into table , then trigger fires and stored procedure sends output to GUI.
2. Record gets inserted stored procedure sends output and then trigger fires.

Thanks

sshelper
Posting Yak Master

216 Posts

Posted - 2008-01-10 : 14:30:51
Your first option is what happens when a table has an insert trigger.

SQL Server Helper
http://www.sql-server-helper.com
Go to Top of Page

Access
Starting Member

44 Posts

Posted - 2008-01-10 : 14:36:26
quote:
Originally posted by sshelper

Your first option is what happens when a table has an insert trigger.

SQL Server Helper
http://www.sql-server-helper.com



Thank you
Go to Top of Page
   

- Advertisement -