what is maximum size of temp db?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to convert binary strings into integers in ms sql server?

551


What are the differences in Clustering in SQL Server 2005 and 2008 or 2008 R2?

593


How to execute stored procedure and set temp table in sql server?

550


What happens if strings are casted into wrong code pages in ms sql server?

563


What is abstracting periodical?

525






what are the different types of SSRS reports?

112


How to enter date and time literals in ms sql server?

506


Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.

1425


Can a database be shrunk with users active?

598


How do I port a number to sql server?

500


How do I find the transaction log size in sql server?

513


What are cursors stored procedures and triggers?

514


How to attach adventureworkslt physical files to the server?

629


Do I need a report server to run reports in my application?

104


How to create a login account in ms sql server to access the database engine using "create login" statements?

567