What is the purpose of the tempdb database?
Answer / Rahul Shankar
"TempDB in SQL Server is a system database that stores temporary objects (tables, indexes, etc.) and work tables used by various components of SQL Server. It provides a place for SQL Server to store intermediate results during query execution, sorting operations, and other internal processing."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the maximum number of instances in 32 bit and 64 bit sql server 2012?
Explain about temporary stored procedure?
What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?
Explain filtered indexes?
What happens if you delete a table that is used by a view?
How to use go command in "sqlcmd"?
What are built in functions?
Difference b/w Clustered & non-clustered index? Not the bookish definition, but how they internally works in SQL Server?
syntax for deleting the database in T SQL
Explain sub-query?
Table student containing 2 columns,Join date,Employee name. Under join date 4 rows r ter =1-jan-2008,2-feb-2008,3-mar- 2008,4-feb-2008.Under Employee name 4 difeerent names jaison,robin,binoy,rahul Result set is, Table containing 4-column name=jan,feb,mar,april,,beneath these months count is given as 1,2,1,0 means these counts representing number of emplooyees joined in a month(january 1employee,february 2 employee,march 1 employee,april 0 employee) Can you give me the required sql query
What is mean by candidate key?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)