what is maximum size of temp db?

Answers were Sorted based on User's Feedback



what is maximum size of temp db?..

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

what is maximum size of temp db?..

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

what is maximum size of temp db?..

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

what is maximum size of temp db?..

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

Post New Answer

More SQL Server Interview Questions

What are the different types of join?

0 Answers  


Tell me about joins in database system and explain each in detail.

0 Answers   Axtria, ITC Indian Tobacco Company,


What are the grouping functions?

0 Answers  


Explain how to use linked server?

0 Answers  


Differentiate between mongodb vs. Sql server?

0 Answers  






How to view the error log for any specific instance? : sql server database administration

0 Answers  


can you anybody tell me the how can you restore the master database. while migraion(one server to onther server)?

1 Answers  


What command is used to rename the database?

0 Answers  


Where can you add custom error messages to sql server?

0 Answers  


Tell me extended events in sql server 2008?

0 Answers  


How to connect to a sql server using odbc_connect()?

0 Answers  


What are the different types of cursor?

0 Answers   HCL,


Categories