When you first load SQL SERVER you will startup with what
all databases?

Answers were Sorted based on User's Feedback



When you first load SQL SERVER you will startup with what all databases?..

Answer / mobin sathupally

When we install SQL SERVER totally we got six databases.
Among six four are system databases and remaining two are
user defined databases,
The system databases are 1.Master
2.Model
3.Msdb and
4.Tempdb.
The user defined databases are 1.Northwind and
2.Pubs.

Is This Answer Correct ?    8 Yes 0 No

When you first load SQL SERVER you will startup with what all databases?..

Answer / sonia

guess what you want to ask is that what are the databases
that come by default? 4 - Master, Model, msdb, tempdb.

Is This Answer Correct ?    1 Yes 0 No

When you first load SQL SERVER you will startup with what all databases?..

Answer / rajesh s. chandan

It depends of Microsoft SQLm Server version.
When we install Microsoft SQL Server 2008 then SQL Server
installer will install following database.
System databases
1.master
2.model
3.msdb
4.tempdb
If we configure replication then it will create
distribution database.

When we install Reporting Services (SSRS) , then it will
install ReportServer and ReportServerTempDB. We could also
install sample databases like AdventureWorks and
AdventureWorksDW.

Whenever, we restart the SQL Server, it will freshly create
tempdb database. Hope this information will help you.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is attribute? : sql server analysis services, ssas

0 Answers  


How to skip remaining statements in a loop block using continue statements?

0 Answers  


You are designing a database for your human resources department in the employee table, there is a field for social security number, which cannot contain null values if no value is given, you want a value of unknown to be inserted in this field what is the best approach?

0 Answers  


define and explain the differences between clustered and non-clustered indexes.

0 Answers   Microsoft,


What are the results of running this script?

0 Answers  


what is the information that can be stored inside a bit column? : Sql server database administration

0 Answers  


What are the five major components of a dbms?

0 Answers  


What is a trigger what are the advantages of trigger?

0 Answers  


How to Debug a Stored Procedure?

5 Answers   Allianz,


How do I manually uninstall an instance of sql server 2016?

0 Answers  


Difference Between ORDER BY Clause and GROUP BY Clause in SQL?

0 Answers   MCN Solutions,


What is the difference between the 2 operating modes of database mirroring?

0 Answers  


Categories