Tag: database security

Understanding SQL Server Security Function HAS_Permis_BY_Name and Its USE Cases

Database administration, Security

There are multiple instances when we want to check the permission on a securable for a principal....
Read More

Understanding SQL Server Lockdown to Secure Database Environment

Database administration, Security

Security is the main concern these days in every sector. Database Security is also a major worry for any customer. SQL Server is designed...
Read More

Connecting a Bastion Server to a PostgreSQL Server via SSH Tunnel

Database administration, PostgreSQL, Security

PostgreSQL is a well-known relational database management system that boasts a secure environment for developers and users. But as remote...
Read More

How to Protect MySQL Databases from Ransomware Campaigns

Database administration, MySQL, Troubleshooting Issues • One Comment

MySQL is known for being easy to use and highly secure. That’s why it is the number one choice...
Read More

How to Connect to Azure SQL Database Securely

Azure, Cloud

As a database administrator, I started my journey in deploying managed SQL databases on the cloud, and I highly recommend deploying Azure...
Read More

SQL Vulnerability Assessment

SSMS, Tools & technologies

SQL Vulnerability Assessment is a feature available in the latest versions of SQL Server Management Studio (SSMS). This feature is very...
Read More

In-depth Exploration of Row Level Security

Database administration, Security

Introduction Organizations are becoming more and more concerned about how to reduce the cost of...
Read More

Introduction to Row-Level Security in SQL Server

Database administration, Security

Why Row Level Security Matters? Prior to SQL Server 2016, table-level security was the default lowest level of security for a database. In...
Read More

Oracle Database Security: Database Auditing

Database administration, Security

In this article, I will continue with Oracle Database Security and I will present some important facts about standard database auditing,...
Read More

Database Security in Oracle

Database administration, Security

There is no secret that information makes the world go around currently. If an enterprise takes...
Read More
Close