Skip to content

Developer's Closet

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

Use PowerShell to list all property values from a registry entry

  • PowerShell
January 14, 2013February 22, 2013 kevin No comments

I’ve had to use a variation of this script many times and each time I’ve been stumped for 30 minutes before coming to a solution. […]

Continue reading

Rename an Ubuntu Linux Server

  • Linux
  • Ubuntu
January 11, 2013July 1, 2014 kevin No comments

I had to look this up (I forgot about /etc/hosts): To rename an Ubuntu server (in this case 12.04), SSH to the server and: sudo […]

Continue reading

Rename tables, columns, and objects in SQL

  • SQL
  • Windows
January 2, 2013February 22, 2013 kevin No comments

I started the New Year renaming some tables and columns to match a new schema. I forgot about a great stored procedure, so wrote this […]

Continue reading

Query for the last SQL database backup date

  • SQL
  • Windows
December 11, 2012February 22, 2013 kevin No comments

Helpful to determine when the last database backup occurred. List all databases and the last created date of the backup. SELECT SERVERPROPERTY(‘Servername’) AS [Server Name] ,msdb.dbo.backupset.database_name […]

Continue reading

SQL Trace: Duration

  • SQL
  • Windows
November 30, 2012February 22, 2013 kevin No comments

A good trace to debug with an sp duration (to limit the results – which can be overwhelming – and check for long running queries): […]

Continue reading

Study an Exception in PowerShell

  • PowerShell
  • Windows
November 9, 2012February 22, 2013 kevin No comments

PowerShell may not return enough information in an exception. You can read the response stream to dig deeper: $stream = new-object System.IO.StreamReader($Error[0].Exception.InnerException.Response.GetResponseStream()) $results = $stream.ReadToEnd() […]

Continue reading

Could not load file or assembly ‘msshrtmi’

  • Windows
November 6, 2012February 22, 2013 kevin No comments

Back to my MVC Web Application… After I added a new Windows Azure Cloud Service project to the solution, I could not load the application […]

Continue reading

MVC Web Application Error: ‘LocalSqlServer’ was not found

  • Visual Studio
  • Windows
November 6, 2012February 22, 2013 kevin No comments

I created a new MVC Web Application and added a new Windows Azure Cloud Service project to the solution. The project was able to build […]

Continue reading

Search for text within columns, tables, store procedures, and jobs in SQL 2008

  • SQL
  • Windows
November 2, 2012February 22, 2013 kevin No comments

Search the information_schema for columns, tables, stored procedures, and jobs by name: –Query to list stored procedures that match a pattern select ROUTINE_SCHEMA, ROUTINE_NAME, ROUTINE_DEFINITION […]

Continue reading

Build a Web Setup Project using devenv to Create an MSI

  • Visual Studio
  • Windows
November 1, 2012February 22, 2013 kevin No comments

I was disappointed when I learned that you still could not build a Web Setup Project vdproj file using MSBuild. However, you can still use […]

Continue reading

Posts pagination

«Previous Posts 1 … 6 7 8 9 10 … 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.