Bookmark and Share

Articles, tagged with "database components", page 1


18th March 2011

Recovering MDF data post “error 5101: Device activation error”

Like any other file, MDF file (MS SQL database file) can also be corrupted at any point in time. Few symptoms that help you to identify that the database file is corrupted are when you are unable to view all the records saved in database components, the d...

01st March 2011

How To Fix Error 1103 in visual Foxpro

Microsoft Visual FoxPro is a database management system developed by Microsoft Corporation. Microsoft Visual FoxPro stores your significant data in DBF file. Under some circumstances, the DBF file gets damaged or corrupted and you cannot access data from...

21st January 2011

MS Access Database Behaving Abruptly

There are many situations where you might see your MS Access database behaving in an abnormal manner. Few of the unexpected behaviour situations could be missing of database table records, strange and repetitive error messages, inaccessible database compo...

18th January 2011

Oracle Cannot Read Database Files Due to Corruption

The Oracle DBMS (Database Management System) stores data in a hierarchical format in all of its database components. Data is stored at four levels- Blocks, Extents, Tablespaces, and Segments. If any of these components is damaged, database becomes un-moun...

14th July 2010

Tips to Repair “ORA-00376: file xx cannot be read...”

Data saved in the Oracle database components is saved in hierarchical format and at four different levels-Tablespace, Segments, Extents, and Blocks. Corruption at any level results in unmountability of your database, further resulting in inaccessibility o...

29th June 2010

Resolving ' The module name 'module name' is misspelled...' Error

Like all other Microsoft Office applications, Microsoft Access also supports Visual Basic for Applications (VBA). Microsoft Access database components like, forms, modules, and reports use VBA. Hence, if a VBA project gets corrupted, it often affects the ...

15th June 2010

Recovering Tablespace From Corrupt Oracle Database

A tablespace in Oracle database is mainly a logical storage unit that comprises of at least one datafile. This datafile consists of all the tables, indexes that a database administrator creates in an Oracle database. A tablespace acts as a bridge between ...

08th June 2010

Fixing InnoDB Table Corruption Post “Starting crash recovery” Error

InnoDB tables, like any other database components can be corrupted due to a logical crash. Few most common logical crashes that occur most often are MySQLD (MySQL Server) improper shutdown, virus infection, application bugs, third-party software installat...

31st May 2010

How to Recover Exchange Server Information Store in a Single Site ?

Exchange Server is the server side application from Microsoft to create a collaborative messaging environment. It is made of various components, and Exchange Server Information Store is a significant one among them. All the database components work togeth...

19th May 2010

Resolving Error 2522 Post DBCC CHECKDB Failure

A filegroup in MS SQL Server database is mainly a logical storage unit that saves database components, which map to multiple or a single file. Corruption in file groups can occur due to various reasons like improper system shutdown, application malfunctio...

18th May 2010

Tips to resolve “Table Error:...” Message

An MS SQL Server database is built of numerous pages, each containing actual data saved in the database components, like tables, views, and more. Every single page is further marked by a header, which consists of critical page information like page type, ...

17th May 2010

Resolving Error 8910 in SQL Server 2000

The most basic unit of storage in SQL Server is a page, which has a size of 8 KB. One of the page types is the IAM (Index Allocation Map) page that holds information regarding extents. The page contains location information of first eight pages. The IAM p...

04th May 2010

Recovering SQL Server database from Error: 5171

MS SQL Server is the most preferred relational database management system by database users all over the world. It provides several benefits such as enhanced productivity, scalability, efficiency, availability, and administrative ease. However, at times t...

23rd April 2010

How to resolve Error 2501 in SQL Server?

A lot of users prefer using MS SQL Server as the Relational Database Management System (RDBMS) both at their home as well as their workplace. This is so because it is a robust RDBMS, which is designed to conform to the enterprises environment, organizatio...

21st April 2010

MySQL Database Corrupted Post Upgrading to 5.0.27

Upgrading to a newer MySQL version is primarily done to take benefit of all the improved features of its newer versions. This helps you to increase the database performance, add to safety, and allows accessing quick results. But it is always recommended t...

Bookmark and Share