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 is the default schema of your login session in ms sql server?
can you instantiate a com object by using t-sql? : Sql server database administration
Explain system views?
What is the return type of executeupdate ()?
Explain datetime2 data type in sal server 2008?
When would you use it?
How to create function without parameter in sql server?
What is page in sql server?
List some major differences between triggers and stored procedures?
How to test values returned by a subquery with the in operator?
What are exact numeric data types in ms sql server?
How do you know if sql server is running on your local system?
What is the cartesian product of table?
If I delete a template from the list in sql studio, will it be deleted from the hard disk? : sql server management studio
Is port 1433 secure?