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
What are the results of running this script?
Where cross join is used?
How is sql used in sql server?
Mention the 3 ways to get a count of the number of records in a table.
Explain sql server service broker?
You want to generate a report that is formatted as a chart. Can you use the report wizard to create such a report?
What is thr feature of change data capture?
Explain about sql server login?
What is sql server profiler?
How do you use a subquery to find records that exist in one table and do not exist in another?
What is trigger explain with program?
Determine when an index is appropriate?
System requirements for sql server 2005 express edition?
Explain what is it unwise to create wide clustered index keys?
Define the one-to-one relationship while designing tables.