When you first load SQL SERVER you will startup with what
all databases?
Answer Posted / 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 View All Answers
Explain acid?
How check triggers in sql server?
How to list all columns in a table using odbc_columns()?
Explain sub-query?
Why the trigger fires multiple times in single login?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
Explain an automatic checkpoint
When we should use @@error?
How to create prepared statements using odbc_prepare()?
what's the maximum size of a row? : Sql server database administration
What is sql or structured query language?
Explain what is scheduled job and how to create it?
Mention a few common trace flags used with sql server?
Explain sql delete command?
What are the key configuration files for sql server reporting services ?