default databases available in sql server and there uses ?
Answer Posted / chandan
1.Model
2.Tempdb
3.msdb
4.master
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is difference between foreign key and unique key?
What are examples of triggers?
What is a view in sql?
but what if you have to create a database with two filegroups, one on drive c and the other on drive d with log on drive e with an initial size of 600 mb and with a growth factor of 15%? : Sql server database administration
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
How to write a query with a full outer join in ms sql server?
Explain table valued parameters in sql server? Why tvp used?
Which is the latest version of sql server and when it is released?
What is difference in performance between insert top (n) into table and using top with insert?
Why main is user defined function?
Why is sql server log file full?
How many joins in sql server?
What is an example of a primary key?
can an automatic recovery be initiated by a user? : Sql server administration
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?