Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between Temporary table variable and
a Table variable?

Or

Which Table variable I should use inside Stored procedure?

Answers were Sorted based on User's Feedback



What is the difference between Temporary table variable and a Table variable? Or Which Table..

Answer / oliva

There are major theoretical differences between temporary tables:
Temp table will show below
create table #T (…)
Table var will show below
And table variables:

declare @T table (…)
scope of table var is only inside the Store Procedure.

Is This Answer Correct ?    9 Yes 1 No

What is the difference between Temporary table variable and a Table variable? Or Which Table..

Answer / jagadeesh

transation can be rollback in temptable
but in tablevaribale we cannot do this

Is This Answer Correct ?    1 Yes 0 No

What is the difference between Temporary table variable and a Table variable? Or Which Table..

Answer / kava

instance varialble

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More SQL Server Interview Questions

What is sql server 2000 work load governor?

0 Answers  


Can a function call a stored procedure in sql server?

0 Answers  


What is store procedure? How do they work? When do you use?

0 Answers  


What is bit datatype and what's the information that can be stored inside a bit column?

1 Answers  


Difeerence between ssis 2005 and ssis2008?

1 Answers   Convergys,


What is buffer cash and log cache in sql server?

0 Answers  


How to create a ddl trigger using "create trigger" statements?

0 Answers  


What is cdc in sql server?

0 Answers  


Write a sql query to delete duplicate records from a table called table1

0 Answers  


What is single-user mode?

0 Answers  


What are the different types of replication you can set up in sql server?

0 Answers  


What is difference between rownum and row_number?

0 Answers  


Categories