When you create an Active Server Pages (ASP) application that multiple internation sites access, it is beneficial to modify the Locale settings so that the VBScript Date, Time, Currency, and so forth formats return the correct format for the location of the user.
This VBScript allows you to search files that are a few days old, in a folder for a keyword. It is useful to search files like archived log files in the same folder so that you can look in to only those log files which have the keywords.
url: http://www.databasejournal.com/scripts/article.php/3376241
This script tests connectivity to SQL server box from a client machine when there is no SQL Client installed.
URL: http://www.databasejournal.com/scripts/article.php/3494931