logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • How to rebuild Master Database?


  • Correct Answer
  • Master database is system database and it contains information about running server's configuration When SQL Server 2005 is installed it usually creates master, model, msdb, tempdb resource and distribution system database by default Only Master database is th one which is absolutely must have database Without Master database SQL Server cannot be started This is the reason it is extremely important to backup Master database To rebuild the Master database, Run Setupexe, verify, and repair a SQL Server instance, and rebuild the system databases This procedure is most often used to rebuild the master database for a corrupted installation of SQL Server 


  • Technology problems


    Search Results


    • 1. What is Aggregate Functions?
    • Discuss
    • 2. What is LINQ?
    • Discuss
    • 3. Where SQL server user names and passwords are stored in SQL server?
    • Discuss
    • 4. What is Log Shipping?
    • Discuss
    • 5. Can SQL Servers linked to other servers like Oracle?
    • Discuss
    • 6. What UNION does in SQL?
    • Discuss
    • 7. The multi part identifier could not be bound is
    • Discuss
    • 8. What operator tests column for the absence of data?

    • Options
    • A. NOT operator
    • B. IS NULL operator
    • C. EXISTS operator
    • D. All of the above
    • Discuss
    • 9. Which one of the following sorts rows in SQL?

    • Options
    • A. ORDER BY
    • B. GROUP BY
    • C. SORT BY
    • D. ALIGN BY
    • Discuss
    • 10. Which of the following statements is true concerning subqueries?

    • Options
    • A. Does not start with the word SELECT.
    • B. Involves the use of an inner and outer query.
    • C. Cannot return the same result as a query that is not a subquery.
    • D. All of the above
    • Discuss


    Comments

    There are no comments.

Enter a new Comment