what is maximum size of temp db?
Answers were Sorted based on User's Feedback
Answer / senthilkumar
The syntax is : sp_helpdb 'tempdb'
db_size of a tempdb is 8.50 MB in sqlserver 2005.
| Is This Answer Correct ? | 10 Yes | 5 No |
Answer / inampudi anil chowdary
the above two answers are wrong....... the max size of tem
db by default is -1. the main usage of tempdb is.if u run
a query the data will store in tempdb from tempdb we can
get output..but max size is -1;
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / senthilkumar
Physical Properties of tempdb
The following table lists the initial configuration values of the tempdb data and log files. The sizes of these files may vary slightly for different editions of SQL Server.
File Logical name Physical name File growth
Primary data
tempdev
tempdb.mdf
Autogrow by 10 percent until the disk is full
Log
templog
templog.ldf
Autogrow by 10 percent to a maximum of 2 terabytes
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anamika
How to know the size of any database:
Syntax:
sp_helpdb 'tempdb'
db_size of temp db 38.56 MB.
| Is This Answer Correct ? | 6 Yes | 8 No |
How to get a list of columns using the "sys.columns" view in ms sql server?
What is similarity and difference between truncate and delete in sql?
How would you use user_constraints table in DB?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
What is Index ? Explain its Types?
What do you understand by coalesce in sql server?
Can two different columns be merged into single column? Show practically?
How do I find query history in sql server?
How to create a simple table to test triggers in ms sql server?
Why do you want to join software field as you have done your BE in Electronics?
in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
What are the kinds of subquery?
Oracle (3259)
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)