Posts Tagged ‘SQL Server Recovery’
Whenever there is inconsistency with the password, the following error message is logged in the SDE error log after trying to start the ArcSDE service:
IDBInitialize::Initialize Failed
init_DB DB_instance_open_as_dba: -93
DBMS error code: [read full article]
MS SQL Server is a fast, powerful and reliable relational database management system used for storing any kind of data. But sometimes installation of this useful application gets corrupt [read full article]
While using SQL Server for your storage needs, you may encounter one of the most common error:
“Unmapped SQL error code 10038 – Attempt to initiate new SQL server operation with [read full article]
“The system cannot self repair this error” is the common SQL error message that pops-up quite often. Reason for this error message is primarily due to corrupt metadata in SQL [read full article]
MySQL uses MyISAM as the default storage engine, which is based on older ISAM code but comprises many useful extensions. The MyISAM comprises three files having extensions- .frm, .MYI, and [read full article]
The DBCC DBREINDEX is a transactional-SQL command that reconstructs one or more indexes for a table in the SQL database file. Additionally, DBCC SHRINKDATABASE is a T-SQL command used to [read full article]