Monday, July 13, 2009

Master Database Corruption Of SQL

The installation of MS SQL Server is composed of several databases, each which hold its own importance. Master database, TEMPDB, Model database, these are few of them. But the most important one is Master database. The Master database is the one which is responsible for carrying information like pointers to the other databases, login accounts and so on. This comprises of the system catalogs to maintain the data like system wide configuration settings, disk space, other database existence information,...

Wednesday, June 24, 2009

SQL Server startup error - “Error – 3414”

MS SQL server is the most well-liked application used to create web-based and enterprise database systems. The primary languages it uses are ANSI-SQL and T-SQL. The main storage unit in SQL Server is database, which is mainly a collection of tables. These databases might get corrupt due to several reasons as unexpected shutdown to application, unexpected system shutdown and virus infection. Thus, it is always suggested to ensure that you have a valid and updated backup of your SQL Server database....