Which databases are part of SQL server default installation?
Explain the usage of each?
Answer Posted / guest
4 key default dbs :-
Master db : Holds info of all dbs located on SQL Server
insytance. Main db (else SQL Server won't work !)
MSdb : Stores info regarding Backups, SQL Agent info, DTS
packages, SQL Server jobs, replication info for log
shipping.
Tempdb : To hold temp objects like global & local temp
tables, sps
Model db: Used in creation of any new database within the
SQL Server instance of which it(model) is a part.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Define Wed Edition in SQL Azure?
What is meant by dirty read?
What is the difference between varchar and nvarchar datatypes?
Do you know how to make remote connection in database?
What are sql dirty pages?
What is conditional split?
Explain about sql server login?
What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?
What is meant by referential integrity?
What is a trigger and its types?
What does man by sql wildcard characters in sql server?
What does it mean if @@cursor_row returns a negative number?
Why use sub query in sql server and list out types of sub queries?
Define full outer join in sql server joins?
If a stored procedure is taking a table data type, how it looks?