The oldWALs folder in HBase has been growing for the past few days – the folder is 1 TB and growing – the oldWALs are […]
Continue readingCategory: Uncategorized
PowerShell Script to Query VMM
Query List of VMs The following PowerShell script will query VMM for a list of VMs. Use this as a start. Query List of VMs […]
Continue readingMove SQL Database File
Get file name of database to be moved: SELECT name, physical_name AS current_file_location FROM sys.master_files WHERE physical_name like ‘%Name%’ — Plug name into FileName, and […]
Continue readingOrchestrator – Matching on the New Line Character
There may be a bug in the way Orchestrator matches the new line character (\n). Sometimes it just does not find the new line! After a […]
Continue reading