Learn Microsoft Sql Server
Learning is never ending process
Wednesday, 20 March 2013
Can I call trigger in procedure ?
No, Trigger is special type of event , which is implicitly called .
We can not call it explicitly .
So We can not call trigger in procedure .
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
First Database In Sql Server
What is the difference between inner and outer join?
Inner Join Inner join is the most common type of Join which is used to combine the rows from two tables and create a result set contai...
First Database In Sql Server
No comments:
Post a Comment