SQL 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