Answer Posted / hari
Stored procedure is nothing but a Set of T-Sql statements
combined to perform a single task of several tasks. it's
like a macro
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are difference between Cluster index and Non-Cluster index?
How do I run a trace in sql server?
Explain about Normalization?
When we should use @@error?
What are the advantages of paper records?
Define inner join in sql server joins?
What is row_number()?
How to convert character strings into numeric values?
What is user-defined function?
How to get @@error and @@rowcount at the same time?
What is trigger and different types of Triggers?
What is the difference between TRUNCATE and DROP?
What are the types of user defined functions in sql server?
What is a full text index?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?