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
Explain sql server authentication modes?
What is transaction server implicit?
Explain Geometry datatype in sql server 2008 with example
Tell me about joins in database system and explain each in detail.
What happens if null values are involved in bitwise operations?
Explain the disadvantages of cursors?
Explain what is meant by replication of database?
What happens if null values are involved in string operations?
Does union all remove duplicates?
Which are the olap features?
Comment,Datatypes are unlimited
How to loop through result set objects using mssql_fetch_array()?
How to create a Master database in SQL server ?
Write a SQL command to insert and update only a particular field?
How to create new databases with "create database" statements?