When you first load SQL SERVER you will startup with what
all databases?
Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by stored techniques? How would we use it?
You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?
How much space does sql server 2016 take?
how many clustered indexes can be created on a table? : Sql server database administration
what is normalization? Explain different levels of normalization? : Sql server database administration
Explain syntax for disabling triggers?
What is rs.exe utility?
How would you use user_constraints table in DB?
How to download microsoft sql server 2005 express edition?
What is DCL?
What is ms sql server reporting services?
How to insert data into an existing table?
What are recommended options to be used while using db mirroring? : sql server database administration
What is tablix?
Why are sql functions used?