What is the basic functions for master, msdb, tempdb databases?
Answers were Sorted based on User's Feedback
Answer / dharmendra k. dixit
Master , MSDB and TempDB
these are the inbuild Database which r provided by SQL
SERVER.
All have their own functinality & responsbility like.
1. Master : Master DB is responsible for Storing all
information at system level.
2. MSDB : it is Microsoft DB, it creates a Copy of whole
Database in it
3. TempDB : it stores all the log information of Server,
it will initilize automatically wheneve Server will start,
the max. size alloted fro TempDB is 10MB.
Thanks & Regards
Dharmendra k. Dixit
| Is This Answer Correct ? | 16 Yes | 10 No |
Answer / pinak
the basics function of master is "it stores all sytem level
information in it, all databases which need for user
defineed database.
msdb is microsoft database.it works just like a recorder.
tempdb is a temprary database.
| Is This Answer Correct ? | 8 Yes | 10 No |
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?
What are the different Topologies in which Replication can be configured?
What are relationships and mention different types of relationships in the dbms
How to create a simple stored procedure in ms sql server?
Can a stored procedure call itself(recursive). If yes what level and can it be controlled.?
Write down the syntax and an example for create, rename and delete index?
What is the dbcc command and why is it used?
1. SELECT SUM(sal) as “Gross Salary” from EMPLOYEES; 2. SELECT MAX(sal) as “Highest Salary” from EMPLOYEES; ouput should be in table format
What are key, name and value columns of an attribute? : sql server analysis services, ssas
What happens on checkpoint?
What are points to remember while using the fillfactor argument?
Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)