Which databases are part of SQL server default installation?
Explain the usage of each?
Answers were Sorted based on User's Feedback
Answer / 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 |
What are the two virtual tables SQL Server maintains for triggers?
What are the basic functions for master, msdb, model, tempdb and resource databases?
What is difference between aggregate and analytic function?
What part does database design plays a role in performance of an sql server-based application?
Write the SQL query to drop, truncate and delete table.
0 Answers HPCL, Hughes Systique Corporation, Ittiam Systems,
Difference between 2NF &3NF ?
How to create a user name in a database?
What are the types of indexes available with SQL Server?
What are the differences between DDL, DML and DCL in SQL?
0 Answers ABB, Aspire, Infogain,
How many types of database relationship in sql server?
How to download and install microsoft .net framework version 2.0?
Explain what are page splits? : SQL Server Architecture