SQL Server Replication status
Few days back I had to query to my production sql replication server to find what all publications are running...
Find SSRS reports that are run
WITH RankedReports AS (SELECT ReportID, TimeStart, UserName, RANK() OVER (PARTITION BY ReportID ORDER BY TimeStart DESC) AS iRank FROM dbo.ExecutionLog...
Drill your data on hadoop cluster using Apache Drill
I have been working on MapR and Cloudera big data distribution for the past year. Â I have been fascinated by...
How to setup ssh keys
I was trying to setup ssh keys on my linux servers and found this link to be very useful https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys–2...
Adding CentOS repository to RedHat Enterprise Linux
Don’t have an active Red Hat subscription, but you want to use YUM ??? No problem, you can always add...
Expanding VM disk in Virtual Box
I have been using VirtualBox for couple of weeks now and I find it pretty stable.  VirtualBox is a free VM...