When you first load SQL SERVER you will startup with what
all databases?
Answers were Sorted based on User's Feedback
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 |
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 |
As a part of your job, what are the DBCC commands that you commonly use for database maintenance?
What do I need to start working with sql studio? : sql server management studio
Do you know what is blocking?
What is table-valued sub query?
What is the use of sign function?
How to provide default values to stored procedure parameters?
What is the use of nvl work?
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
What is the difference between having clause and where clause in sql server?
What is Trigger?
What do you mean by sql server 2005 express management tools?
Can we call stored procedure in trigger?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)