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
How except clause is differs from not in clause?
Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
Explain what is lock escalation?
What is the difference between functions and stored procedures?
How much space does sql server 2016 take?
What is user-defined multi-statement table-valued function?
What is 3nf normalization form?
How sql server enhances scalability of the database system?
What is cube dimension? : sql server analysis services, ssas
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
What is identity?
Call by value and call by reference in procedure and function, with NOCOPY.
What is sql server profiler trace data file?
What is a benefit of using an after insert trigger over using a before insert trigger?
What authentication modes does sql server support?