Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How to assign new column names in a view?

0 Answers  


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

0 Answers  


What do you understand by the analysis services in sql server?

0 Answers  


How dts is used to extract, transform and consolidate data?

0 Answers  


How to verify a user name with sqlcmd tool?

0 Answers  


Explain about system stored procedure?

0 Answers  


What will happen when a Rollback statement is executed inside a trigger?

1 Answers   Flextronics, Hexaware,


Give a example to search fr a string in all stored procedure in sql server.

0 Answers  


What is collation sensitivity? Explain different types.

0 Answers  


How to achieve Paging of records in SQL SERVER?

0 Answers   Petranics Solutions,


How to loop through returning rows?

0 Answers  


What is the data type of time?

0 Answers  


Categories