When you first load SQL SERVER you will startup with what
all databases?
Answer Posted / sonia
guess what you want to ask is that what are the databases
that come by default? 4 - Master, Model, msdb, tempdb.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why I am getting this error when renaming a database in ms sql server?
What is coalesce in sql server?
Can we hide the definition of a stored procedure from a use?
What are sql azure firewall rules?
List the types of recovery model available in sql server?
Why use “pivot” in sql server?
Can the “if update (colname)” statement be used in a delete trigger?
Difference between report and query parameter. Why do we need different type of parameter?
What are the new features introduced in SQL Server 2000 (or the latest release of SQL Server at the time of your interview)? What changed between the previous version of SQL Server and the current version?
how to use DTS package in 2000,2005,2008 in sql server
You are designing a database for your human resources department in the employee table, there is a field for social security number, which cannot contain null values if no value is given, you want a value of unknown to be inserted in this field what is the best approach?
What is a data collection table?
Do you know what are the restrictions applicable while creating views? : SQL Server Architecture
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?
How do I partition a table in sql server?