Some time we are facing issue like we forgot the MySQL root password. So here we are providing just some simple steps to reset …
Read More »SQL Server Lock Types
SQL Server implements different types of locks that determine how concurrent query requests access the data. For example, imagine that one user wants to …
Read More »ASM: Device is already labeled for ASM disk
Problem: If a disk previously included in an ASM disk group is attempted to be used for another disk group, it will fail with the …
Read More »Adding Space to Sybase IQ server
Adding Space to Sybase IQ server Little background about IQ space. In IQ 15.0 Dbspace != dbfile Under one dbspace we can have many dbfiles …
Read More »MySQL master-master replication
Master-Master Replication setup Replication makes data highly available for applications and websites, master-master replication is an active-active cluster kind of solution which can be …
Read More »PAGELATCH_EX and PAGELATCH_SH Wait Types and Hash Partition On SQL Server
The PAGELATCH_EX and PAGELATCH_SH wait types are errors that occur when writing to the same page in memory at the same time. These errors …
Read More »MySQL Basic Administration Commands
If you are beginner then this post will help you to monitor the mysql server. Here I am listing some most commonly used MySQL …
Read More »Backup Restore On SQL Server
We can use Backup Restore for many operations. Below you can find the most common reasons for using it. 1. To get a regular …
Read More »ORA-12546 TNS:permission denied TNS-12546: TNS:permission denied
Error: When creating an Oracle database in Windows operating system: ORA-12546 TNS: permission denied ORA-12560 TNS protocol adpater error ORA-516 Permission denied From SQL * …
Read More »Sybase IQ Architecture
Single Node Architecture: when we talk about Sybase IQ architecture , We should explain about the Three important IQ stores and three main files. which …
Read More »