How to find total number of read/write on sql server databases
The following SQL will tell you  how many reads and writes the databases on your sql server instances has serviced...
SQL Server recovery using differential backup
One of my DBAs said while trying to restore differential backup he was getting  : Fix : Error : Msg...
Checking on HADR
By now I am sure lot of db2 users have adopted DB2 HADR as one of their high availability solution....
A quick overview of DB2’s INGEST
As a DB2 DBA or as data integrator we all face a challenge in loading large amount of data into...
ADMIN_MOVE_TABLE
Have you ever had to move a table from one tablespace to another ? Â If you haven’t then you haven’t...
PHP & Postgres
I have been using PHP for a while now.  When people say PHP, its usually associated with   MySQL...