default databases available in sql server and there uses ?
Answer Posted / rajesh bhawsar
1.Model
Model database is templete. when u create new database
system gives u a copy of model database
2.Tempdb
Tempdb is scratchpad of sql server
3.msdb
4.master
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is user defined stored procedures?
Can two different columns be merged into single column? Show practically?
What are the requirements for sql server 2016?
When does a workload on SQL Azure get throttled?
What is the difference between executequery () and executeupdate ()?
Explain the different types of joins?
What is a hint?
How to filter out duplications in the returning rows in ms sql server?
What is query cost in sql server?
How do I find information about the install locations for the various instances running on a computer?
Explain ranking functions?
What is dimension table? : sql server analysis services, ssas
What are the new scripting capabilities of ssms? : sql server management studio
What are the types of resultset?
What is the difference between primary key and unique constraints?