MYSQL Long Running Queries
When any business or application begins, the amount of the data is limited, and the complexity of the business logic is simple; as time goes by, the data and complexity both increase for the business....
View ArticleFile-Based Log Monitoring on AWS MYSQL RDS
We have often seen that one solution often does not have multiple different scenarios in the real world. It is true to monitor database performance efficiency on the different cloud platforms. The way...
View ArticleReal-Time Monitoring of MySQL Server
When an application runs without any glitch in business, no one bothers. However, as soon as the application gets slower in returning results, everyone in the organization wants to know the reasons and...
View ArticleHybrid Cloud Monitoring
For years database server’s were hosted on either on-premises or colocation data centers. It was straightforward to walk down to the actual host where the server was located and see the blinking lights...
View ArticleAccessing Relational Databases in Go at Pluralsight
I just released my 42nd course on the learning platform Pluralsight. It was fun to build this new course Accessing Relational Databases in Go. I have been consulting with Go Lang for quite a while. My...
View ArticleMaximize the Business Impact with Quest EMPOWER
You do not want to miss out on signing up with Quest EMPOWER. I will be there along with Brent Ozar and the best Industry experts. Data operations is the foundation needed by data-driven organizations...
View ArticleAccessing Non-Relational Databases in Go at Pluralsight
I just released my 43rd course on the learning platform Pluralsight. It was fun to build this new course Accessing Non-Relational Databases in Go. I have been consulting with Go Lang for quite a while....
View ArticleDebugging in Go at Pluralsight
I just released my 44th course on the learning platform Pluralsight. It was fun to build this new course Debugging in Go. I have been consulting with Go Lang for quite a while. My client has all sorts...
View ArticleSnowPro Core: Performance Concepts
I just released my 45th course on the learning platform Pluralsight. It was fun to build this new course SnowPro Core: Performance Concepts. I have been consulting with Snowflake Lang for quite a...
View ArticleSQL SERVER – Absolute Beginners 10 Queries
Recently, I was invited to a local college for first-year students to help students with exposure to SQL Server. I had a great time with them. I have created a very simple data table and also created...
View Article#TSQL2sday Invitation: Has AI Helped You with Your SQL Server Job?
Hello, SQL Server enthusiasts! It’s time for another exciting edition of T-SQL Tuesday, and I’m thrilled to be your host for this month’s episode – Has AI Helped You with Your SQL Server Job? As...
View ArticleSQL Server Ledger – Are You Really Using This Feature?
SQL Server has been known for its reliability, and with each release, Microsoft seems to raise the bar for data security. With SQL Server 2022, one standout feature—SQL Server Ledger—has taken data...
View ArticleSQL SERVER – Dynamic Data Masking (DDM) Introduction
Dynamic Data Masking (DDM) in SQL Server is a feature that helps protect sensitive data by masking it from unauthorized users. While the actual data remains unchanged in the database, users without the...
View ArticleSQL SERVER – Implementing Row-Level Security (RLS)
Row-Level Security (RLS) in SQL Server enables fine-grained control over data access, ensuring users can only view or modify rows pertinent to their roles or responsibilities. In this blog post, we...
View Article