-
Daily Popular
- 10 Steps: MySQL Monitoring through Nagios: Install & Configure
- No More Spool Space Teradata Query Solution
- Unique birthday card wishes for My dear Brother
- Load Delimited Data (csv, excel) into MySQL Server
- Working with EditPlus Text Editor-Regular Expression How To
- Extreme Movie Review: Singham (2011) Ajay Devgn
- Search-find through all databases, tables, columns in mysql
- Selected Oscar Wilde Quotes
- The Dos Chat – Lan Messenger
- Using LOAD DATA INFILE with Stored Procedure Workaround-MySQL
-
windows Archive
-
MySQL Load Data Infile Syntax Generator Tool Download
Posted on April 8, 2010 | No CommentsMore...The LOAD DATA INFILE statement reads rows from a text file into a table at a very high speed. The file name must be given as a literal string. I... -
Working with EditPlus Text Editor-Regular Expression How To
Posted on March 20, 2010 | 8 CommentsMore...Editplus is a lot better than the regular text editor, Notepad. From all it’s features I like RegExp Support the most, and than comes the block select feature. Here are... -
batch script to add remove prefix zero pad bulk file rename
Posted on March 18, 2010 | 3 CommentsMore...This post has two batch scripts: 1. Batch script to rename files with zero padded number series-prefix 2. Batch script to remove prefix of perticular length 1. Batch script to... -
Using VLookup like Batch script to compare two excel / csv
Posted on November 24, 2009 | No CommentsMore...Using Vlookup: I have two csv files; File1 has Id and Value Columns and File2 has Id. Problem: I need to compare both files and put respective values to File2... -
bat – batch file to create formatted date time (ddmmyyyy) directory
Posted on November 18, 2009 | 1 CommentMore...I required to make a batch script which needs file / directory to be created with current date / time stamps. Following are the code snipts for formating date /... -
Scheduled Backup MySQL Administrator & Windows Scheduler – Odd
Posted on November 12, 2009 | 5 CommentsMore...Creating scheduled backup using administrator is an easy task. Follow the GUI and you’re done. But I observed something different! MySQL Version: 5.0.83 Community MySQL Administrator: 1.2.17 Machine: Intel P4,...