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
Explain the truncate command?
What is table join?
What is checkpoint process in the sql server?
What is msdb database? : SQL Server Architecture
Mention the uses of stored procedures.
What is 4nf in normalization form?
What is the log shipping?
What is trigger explain with program?
If we delete pack Spec what will be the status of pack Body ?
What is table constraint?
What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?
What happens if ntwdblib.dll is missing on your machine?
can we have a nested transaction? : Sql server database administration
What is the command used to recompile the stored procedure at run time?
What are the parts of a function?