adspace


What is global temp table?

Answer Posted / Jhamman Lal

A global temporary object (table or stored procedure) is an object that is accessible to all connections in the instance of SQL Server. When a global temporary object is created, it's given a unique system-generated name and exists only for the duration of the current database session.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If any stored procedure is encrypted, then can we see its definition in activity monitor?

1083


What are the different subsets of sql?

1662


Explain “row_number()” in sql server with an example?

1086


Does view occupy space?

1033


do you know how to configure db2 side of the application? : Sql server database administration

1135


What is normalization and what are the advantages of it?

1067


What is standby servers? Explain types of standby servers.

1089


What is a coalesce function?

1292


what is the difference between openrowset and openquery?

1208


How raid can influence database performance?

1127


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1052


What is the primary use of the model database?

1156


Equi join and non equi join is possible with sql server?

1140


What is sql server query analyzer?

1137


Why and when do stored procedure recompile?

1077