What is the difference between Temporary table variable and
a Table variable?
Or
Which Table variable I should use inside Stored procedure?
Answer Posted / jagadeesh
transation can be rollback in temptable
but in tablevaribale we cannot do this
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to how to convert numeric expression data types using the convert() function??
What is the federation in sql azure?
What do you understand by the denormalisation?
What is a bit datatype?
How many levels of sp nesting is possible?
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
How is SQL Azure different than SQL server?
What do you understand by a view?
how to avoid cursors? : Sql server database administration
Relational calculus is what type of language?
what is a self join? Explain it with an example? : Sql server database administration
How are the exceptions handled in sql server programming?
Why should one not prefix user stored procedures with ‘sp_’?
how can a database be repaired? : Sql server administration
What does it mean to manipulate data?