Skip to content
  • About Me
  • Solutions
    • Existing Client Login
    • New customer signup
  • About Me
  • Solutions
    • Existing Client Login
    • New customer signup
techs@work informing technology....
techs@work informing technology....
  • Home
  • About Me
Appsbig datahow tojavaMac

Setting up JAVA_HOME on a mac

rpillaiDec 11, 2017
Installing and setting up JAVA_HOME was a bit of a research for me. So thought I would post it here...
Read More
how tolinux

Creating a new file system in Linux

rpillaiSep 24, 2016Sep 24, 2016
Here how you would create a new file system : First create a new partition using fdisk. eg: fdisk /dev/sdb...
Read More
BigDatadatabasehadoop

Drill your data with Apache Drill !

rpillaiSep 5, 2016Sep 5, 2016
Feeling the Drill I have been using Apache Drill to explore data for a while now. Apache Drill is a low...
Read More
databasehow tosql server

Script check the index fragmentation in SQL Server

rpillaiAug 2, 2016
Today I had a need to find the index fragmentation on one of my sql server database and I found...
Read More
databasehow tosql server

SQL Server Replication status

rpillaiJul 28, 2016
Few days back I had to query to my production sql replication server to find what all publications are running...
Read More
databasehow tosql server

Find SSRS reports that are run

rpillaiMar 3, 2016
WITH RankedReports AS (SELECT ReportID, TimeStart, UserName, RANK() OVER (PARTITION BY ReportID ORDER BY TimeStart DESC) AS iRank FROM dbo.ExecutionLog...
Read More
1234
Copyright © 2025 - Kenta Groovy Blog By WP Moose
We use cookies to improve your experience on our website