Difference between Triggers and Stored Procedure
Answer Posted / gopal chauhan
Stored Procedure can give one output paramenter,but
Triggers can not give any output parameter
Is This Answer Correct ? | 61 Yes | 20 No |
Post New Answer View All Answers
How to check what was the last restore transaction LSN in Log shipping or Mirroring? when we don't have a Monitor or witness server.
Can two tables share a primary key?
What is the purpose of self join?
How to enable/disable indexes?
How to select some specific rows from a table in ms sql server?
List out some of the requirements to set up a sql server failover cluster?
What is difference between aggregate and analytic function?
why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration
can an order by clause be used in a creation of a view?
How you can get the list of largest tables in a database?
Explain about builtinadministrator?
Can we check locks in database? If so, how can we do this lock check?
What are the default system databases in sql server 2000?
How optimize sql query with multiple joins in sql server?
What is a primary key?