Link for looking up IBM JDBC versions
If you ever want to check on IBM DB2 JDBC Driver Version: http://www-01.ibm.com/support/docview.wss?uid=swg21363866
A powershell script to copy files from one folder to another based on part of file name
A requirement came up for me to copy thousands of file to another drive with directories named depending on part...
Quick way to get size of databases on a sql server instance
Here is a dirty little sql that will give you the size of all the databases in your instance :...
SQL Server recovery using differential backup
One of my DBAs said while trying to restore differential backup he was getting  : Fix : Error : Msg...
I call it smart sp_who2
If you have been working on SQL Server, you would have definitely used sp_who2. One of the limitations of sp_who2...
Search for keyword in SQL Server Objects
Have you ever had to search for some keyword in a database object code. Here is a piece of sql...