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 purpose does the model database server?
Explain various On-Delete options in a DB table. Which is the default option?
Explain Normalization and DE normalization
What does executeupdate return?
Explain what role entity and relationship play in an ER diagram.
What is difference between commit and rollback when used in transactions?
What stored by the model?
What is the purpose of object explorer and its features? : sql server management studio
what are the new features introduced in sql server 2000? : Sql server database administration
When should you use an instead of trigger?
Explain mixed authentication mode of sql server?
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.
How can we call UDF(User Define Function) using C# code in ASP.net ?
What is the use of keyword with encryption.
Can a table have 2 foreign keys?