What is the difference between Temporary table variable and
a Table variable?
Or
Which Table variable I should use inside Stored procedure?
Answer Posted / kava
instance varialble
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the advantages of sql stored procedure?
What is log shipping?
What is a deadlock and what is a live lock?
Give an example of why you would want to denormalize a database
Explain triggers?
What is the difference RDBMS and Graph Database?
how to create a scrollable cursor with the scroll option? : Sql server database administration
What is db stored procedure?
Explain logical operators in sql server?
How to enter unicode character string literals in ms sql server?
Explain transaction server auto commit?
How can you ensure that the database and sql server based application perform well?
Can we perform backup restore operation on tempdb?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
Write an SQL query to obtain the 2nd highest salary.