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

can we call functions from stored procedure in SQL Server 2005 ? How?

3 Answers  


What is after dml trigger?

0 Answers  


A successfully created SSIS package in SQL Server 2005 runs fine in MS BIDS and Integration Services. But gives error when run through an SQL-Job. What are the possible reasons?

2 Answers   Sapient,


What is mean by dml?

0 Answers  


what is trigger . hw will it use them

2 Answers   TCS,


Define outer join?

0 Answers  


What is the difference between a Local temporary table and a Global temporary table? How is each one used?

2 Answers   HCL,


How many types of dimensions are there and what are they? : sql server analysis services, ssas

0 Answers  


how would you improve etl (extract, transform, load) throughput?

0 Answers   LinkedIn,


How to use subqueries in the from clause in ms sql server?

0 Answers  


What are the steps you will take to improve performance of a poor performing query?

1 Answers  


After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas

0 Answers  


Categories