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
What is save transaction and save point?
Write an SQL query to obtain the 2nd highest salary.
Does a specific recovery model need to be used for a replicated database? : sql server replication
What is bookmark link in ssrs?
how you can get the list of largest tables in a database? : Sql server administration
What is ms sql server triggers?
How to retrieve error messages using odbc_errormsg()?
Explain Geometry datatype in sql server 2008 with example
what is a deadlock? : Sql server database administration
What are the mathematical functions supported by sql server 2005?
How to use transact-sql statements to access the database engine?
Does partitioning improve performance?
what is the system function to get the current user's user id? : Sql server database administration
How do you check sql server is up and running?
Write a query to find 5th highest amount paid from the customer table.