Skip to content

Developer's Closet

A place where I can put my code and discuss big data.

How to Run a Script within VBScript

  • VBScript
  • Windows
January 2, 2010April 13, 2010 kevin 1 comment

This is a useful script to call another script within VBScript. Using the Run method within the WshShell object allows you to call any script […]

Continue reading

Reset the auto increment number in a MySQL table

  • MySQL
December 29, 2009December 29, 2010 kevin No comments

To reset the auto increment number in a MySQL table, simply run the following command: ALTER TABLE table AUTO_INCREMENT=1 Replace the number 1 with the […]

Continue reading

Finding Duplicate Rows in SQL

  • MySQL
  • Oracle
  • SQL
December 14, 2009February 22, 2013 kevin No comments

I used this to solve a problem today. // Finding duplicates in a table SELECT email, COUNT(email) AS NumOccurrences FROM users GROUP BY email HAVING […]

Continue reading

Enable Remote Desktop Remotely

  • Windows
November 24, 2009November 24, 2010 kevin No comments

For Windows XP: 1. Go to Start, Run and type: regedit 2. In regedit, click File, Connect Network Registry 3. Enter the name or IP […]

Continue reading

Send an Email with VBScript

  • VBScript
  • Windows
November 19, 2009April 13, 2010 kevin 1 comment

Another really easy script. This script will send an email. As I automate tasks, I like to build an html log file and email the […]

Continue reading

Send Ctrl-Alt-Delete in a remote desktop session

  • Windows
September 14, 2009September 14, 2011 kevin No comments

Ctrl + Alt + End will send Ctrl + Alt + Del to a remote PC. Alt + Page Up will Switch between programs (Alt […]

Continue reading

How to Write to the Windows Application Log Using VBScript

  • VBScript
  • Windows
September 12, 2009April 13, 2010 kevin No comments

This script helped me configure an enterprise monitoring system. I created little events in the Windows event log and monitored the events using the syslog […]

Continue reading

T-SQL Stored Procedure Research

  • SQL
  • Windows
September 7, 2009September 7, 2011 kevin No comments

Whenever I am researching stored procs, I try to remember the following queries: Search within a stored proc. Useful when trying to understand what stored […]

Continue reading

Retrieve Model and Serial Number with VBScript

  • VBScript
  • Windows
August 26, 2009August 26, 2010 kevin No comments

Simple script to retrieve information about a workstation or hardware. strComputer = “.” Set objWMIService = GetObject(“winmgmts:” _ & “{impersonationLevel=impersonate}!\\” & strComputer & “\root\cimv2”) Set […]

Continue reading

Pass Parameters from a Windows Batch Script to VBScript

  • VBScript
  • Windows
August 16, 2009April 13, 2010 kevin No comments

It can be very useful to pass parameters from a Windows Batch Script to VBScript. For this to work, a user will pass parameters to […]

Continue reading

Posts pagination

«Previous Posts 1 … 12 13 14 15 16 17 Next Posts»

Pages

  • About
  • Accumulo
  • Ansible
  • Apt-Cacher
  • Azure API Management
  • Azure Cosmos DB
  • Azure Data Catalog
  • Azure Data Facory
  • Azure Data Lake Store
  • Azure Virtual Machine Scale Sets
  • Couchbase
  • Drill
  • Flume
  • HBase
  • HDFS
  • Hive
  • Hue
  • Impala
  • Kafka
  • Oozie
  • OpenTSDB: Timeseries Database
  • Redis
  • Solr
  • Sqoop
  • Yarn
  • ZooKeeper

Categories

  • Azure (1)
  • Bash (3)
  • C# (1)
  • Citrix (1)
  • Cloudera Manager (13)
    • HBase (5)
    • HDFS (4)
    • Kafka (1)
    • Solr (1)
    • Sqoop (1)
  • Continuous Delivery (1)
  • Drill (1)
  • JavaScript (3)
  • jQuery (2)
  • Linux (24)
    • Ubuntu (12)
  • MySQL (4)
  • Oracle (1)
  • PHP (5)
  • PowerShell (19)
  • SQL (48)
  • System Center (13)
    • DPM (1)
    • Ops Manager (1)
    • Orchestrator (9)
    • Virtual Machine Manager (1)
  • Uncategorized (4)
  • VBScript (19)
  • Visual Studio (4)
  • Windows (95)

Tags

Active Directory API Backup Bash Batch Connections Database Date Differential Disaster Recovery Email Event Viewer Excel Find Kill Linux Logs Microsoft MySQL Opalis Performance PHP Query Replication rsync Scheduled Tasks Script Shell Shortcut SQL SQL 2005 Stored Procedure String Sub T-SQL Table Terminate Users VBScript Windows WinZip WMI WScript wss2 wss3

Recent Posts

  • Azure Price Comparison Chart
  • HBase: ReplicationLogCleaner: Failed to get stat of replication rs node
  • HBase: Unable to start Master: TableExistsException: hbase:namespace
  • List DPM Backups
  • PowerShell Script to Query VMM

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Kevin Verhoeven
WordPress Theme: Occasio by ThemeZee.