How Cancelling the DTEXEC (or Any Other Executable) From Command Prompt/Automic UC4 Works
When we start executing the SSIS package using DTEXEC from command prompt/Automic UC4, it creates an individual process DTEXEC which runs on its own. You can see that process in Task Manager. When you cancel the job from command prompt using Ctrl+C or cancel it from Automic UC4, it sends the SIGINT (interruption) signal to…
|
2 Ways to Add Custom Path Animation Effect Using VBA in PowerPoint 2013
As Microsoft got rid of “Record Macro” button from PowerPoint 2013, it is extremely difficult to write a macro for PowerPoint which does what we want to do. Recently, I had a need for having an animation with custom path for a shape. I tried all possible solutions available on the internet and could not…
Google Adsense Plugin not Visible In WordPress Admin Plugin List
I wanted to add a Google Adsense plugin in my wordpress blog. I installed it through my WordPress network and I can see that the plugin is available in “wp-content/plugins” folder but somehow it is not visible when go to “Network Admin” > Plugins. I checked on individual blog plugin list but it was not…
Fixed: HP Pavilion Laptop Touchpad Sensitivity Issue After Windows 10 Upgrade
Simple way to fix HP laptop touchpad sensitivity issue after Windows 10 upgrade
Tutorial: How to Make a Change Permanent in “system” Folder for Android Emulator (yaffs2/ext4)?
In my android emulator, couple of fonts were missing and wanted to add these fonts and retain the change. I had a difficulty retaining the change in the emulator. Finally with lots of trial and error, I found a working instruction set. Following ideas did not work for me Hacking qemu option for android emulator…
ASP .Net + Oracle Example for Beginner: Get the Resultset Using SELECT Statement (and Not Stored Procedure)
When I started working on a .Net application which uses Oracle database, I had a very simple requirement. I need to execute SELECT statement, get the resultset into the .Net and show the data in a grid view. Having a SQL Server background, I thought a quick search in google would provide me an example…
How to Edit NLS Parameters in Toad for Oracle and Oracle SQL Developer?
When I found that changing the NLS parameters in the Oracle will make the search query case insensitive, I tried to find a way to change the NLS parameters in Toad for Oracle and Oracle SQL Developer in order to change it every time I login to Oracle. Changing the NLS parameter in Oracle SQL…
4 Ways to Change File Extension to Uppercase/Lowercase in Windows
Have you ever had a situation where you needed to change the file extension to uppercase/lowercase in Windows? Here are quick and easy steps to accomplish this task. How to View File Extension? In order to view the file extension in Windows Explorer (aka “My Computer” aka Windows Start menu > Computer), you need to…
How to Replace VBA Code from Excel/Word
Have you ever had a situation where you wanted to replace the existing VBA code from Excel/Word and did not want to open up each file and change it? Well, remember that Excel and Word files are nothing but a zip file. You can easily create a program to replace the file from “zip” file.…
Excel R1C1 Formula Keeps Coming Back Even When it is Changed
If you have mix of spreadsheets some of which contains R1C1 formula and if you try to change the R1C1, it comes back in certain spreadsheets. It is extremely frustrating to fix this issue where it is not working as it supposed to work. Here is the solution.