Security

Essentials and usage of NOLOCK hint in SQL Server

Database administration, Security

The main idea of the SQL Server locking mechanism is that it controls the consistency of...
Read More

Main concept of SQL Server locking

Database administration, Security

In this post, we will discuss the SQL Server lock mechanism and how to monitor SQL Server locking with SQL Server standard dynamic...
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

Oracle Database Security – Encryption and Decryption

Database administration, Security

Data encryption is very important because it’s a way to protect the current and the archived data in order to ensure its confidentiality....
Read More

Setting Database Access Permissions

Database administration, Security

Server security mainly depends on how correctly you can configure access permissions on objects. Providing a user with excessive...
Read More

Transparent Data Encryption and Always Encrypted

Database administration, Security

If you need to store confidential data in your database, you can use data encryption. SQL Server...
Read More

SQL Server Security Ponderings

Database administration, Security

DBA is the guardian of the data, and there are two aspects of being a guardian. The first one is integrity. It includes tasks like checking...
Read More

Tips for Read/Write Locks Depending on Transaction Isolation Level in MSSQL

Database administration, Security

Read Uncommitted If data is being changed in one transaction, selection of this data (in other transaction or without a transaction) will...
Read More

SQL Server Database Backup Encryption

Database administration, Security

To manage the data security that has been backed up by the file system as a database backup files,...
Read More
Close