ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Databases  >>  SQL Server
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
what is maximum size of temp db?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is maximum size of temp db?
Answer
# 1
How to know the size of any database:
Syntax:
sp_helpdb 'tempdb'

db_size of temp db 38.56 MB.
 
Is This Answer Correct ?    3 Yes 6 No
Anamika
 
  Re: what is maximum size of temp db?
Answer
# 2
The syntax is : sp_helpdb 'tempdb'

db_size of a tempdb is 8.50 MB in sqlserver 2005.
 
Is This Answer Correct ?    7 Yes 3 No
Senthilkumar
 
 
 
  Re: what is maximum size of temp db?
Answer
# 3
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 ?    4 Yes 2 No
Inampudi Anil Chowdary
 
  Re: what is maximum size of temp db?
Answer
# 4
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 ?    0 Yes 0 No
Senthilkumar
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
What is the default value of CHAR type? Bosch8
in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.  7
What is a view? is View updatable? IBM11
How do you fine the performance tunning? Accenture2
What is the difference between a local and a global variable?  3
what is physical sort data and logical sort data in index?  2
Can you have a nested transaction? HCL3
what is the out put of below queries? a. select * from Emp where null = null; b. select * from Emp where 1=1; Patni9
wat will be the sql query to extract only last 3 records from table supose table hving thousands for records  16
Can store procedure call by user define function in SQL server? HCL6
i want table name basis on column name.  5
can foreign key take role of primary key? TCS4
Can a stored procedure call another stored procedure. If yes what level and can it be controlled?  2
can you any body tell me simple recovery,full recovery,bulk logged recovery where can use?  1
syntax for deleting the database in T SQL  4
What is a stored procedure?  3
How to Execute an Operating System Command From Within SQL Server ?  2
Delete duplicate rows from a table without primary key by using a single query Table Employee empname salary A 200 B 300 A 200 C 400 D 500 D 500 Output should be A 200 B 300 C 400 D 500  2
can you anybody tell me the how can you restore the master database. while migraion(one server to onther server)?  1
How many types of cursors are there in SQL Server? 247Customer3
 
For more SQL Server Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com