Archive for July, 2010
SQL statement to find modified stored procedures in SQL Server Database
Thursday, July 8, 2010 8:32 1 CommentMost of the time we need to copy the stored procedures from development to production database server. That time we need to find out list of stored procedures modified. Here is the simple sql query to order the stored procedures modified.
Quickly retrieving HTTP response status code of URL using HEAD method in PHP
Sunday, July 4, 2010 14:35 No CommentsHere is simple to retrieve the HTTP response status code of URL using HEAD method in PHP.
Keep x latest files and delete remaining files from particular directory
Friday, July 2, 2010 1:37 No CommentsHere is the useful code in PHP to keep x latest files and delete remaining files from particular directory