Existence of baby in mothers womb has great similarity with earth in Universe. Baby growing in mothers womb will have same feelings and thoughts which we have living on Earth. Whole science is looking for answers to questions like are we alone, what will happen to earth, what happens tom us when we die, do […]
java.io.IOException: Cannot run program "jar" – The system cannot find the file specified
There could be different reason for this error but most of the time the issue is related to java path setting. If java is not not accessible using PATH environment variable then the below error is thrown- Extracting files to the temporary location……….java.io.IOException: Cannot run program “jar” (in directory “C:\Watch“): CreateProcess error=2, The system cannot […]
Find the speed of your website
Are you looking for a way to find how much time your website takes to load or do you want to compare your website speed with any other website on net. You can use http://whichloadsfaster.com/ to verify this. This site gives time in milliseconds. This site also gives recommendations to increase the speed of your […]
How to delete empty lines from text/word document
You can remove the empty lines easily using Textpad. Download trial version from http://www.textpad.com/download/ Copy the text content into textpad, Example text Press key F8 or Go to Search—>Replace In “Find What” field enter ^\n as shown above, Click Replace All, the text will appear as below with no empty lines in between-
100% memory usage by SQL Server 2008
One of our client reported that SQL Server is using almost 100% memory on the server. After analysis we found that what our client observed was actually designed behavior of SQL Server. When Microsoft SQL Server is started, it slowly starts using memory and after some time you may observe that whole memory is used […]
How to Automate/Schedule batch file for Tasklist command with output to files with different names
In this post you will find: 1. How to schedule/Automate a batch file in Windows 2. How to use Tasklist.exe to get applications and services with their Process ID for all tasks running on either a local or a remote computer. [More Details] 3. How to redirect the output to file with different names. If […]
How to find Database size in SQL Server 2008 R2
There are different ways to find the DB size. The easiest way is: 1. Login to SQL Server Management Studio –> Select the DB—>Right click on Properties The popup as shown below will show the DB size- The size shown 3743.38 MB is sum of Data and Log files. Point to understand here is that […]
How to investigate 100% CPU usage problem in SQL Server 2008
If SQL Server 2008 is showing 100% CPU usage then following actions should be taken to find the cause of the problem and to rectify it. 1. Verify in Task Manager—>Processes, that Sqlserver.exe is using 99% or 100% CPU activity. 2. Invoke Activity Monitor in SQL Server Management Studio to check the processes taking most […]
How To create/restore database using *.mdf file on SQL Server 2008 R2 (assuming that LDF file is lost)
Database can be created using MDF file using below statement- In this example LiveTest is DB for which only MDF is available and LDF file is lost. Login to SQL Management Studio, open query window and execute the below statement after replacing the DB name and MDF path- USE master; GO CREATE DATABASE LiveTest ON […]
Extraterrestrial life visited Earth
Just saw the documentary ‘Chariots of the Gods’. It was made in 1970’s by Erich Von Daniken. This documentary can be viewed on youtube. One of the focus point of this documentary is to collate data from all parts of world and then try to conclude whether ever anyone visited Earth from outer space. After […]