
PostgreSQL Static Data Masking with DataVeil
Learn how to secure sensitive information with PostgreSQL data masking in development environments while still utilizing realistic data.
Valuable SQL Server Security tips, tutorials, how-to’s, scripts, and more for SQL Server DBAs.

Learn how to secure sensitive information with PostgreSQL data masking in development environments while still utilizing realistic data.

Quantum computing, when fully realized, will have a significant impact on encryption and the data stored in SQL Server databases.

Learn about HIPAA regulations faced by a US based healthcare organization and how they protected the data with SQL Server data masking.

Learn how to restrict access in SQL Server yet still give users access to what they need to ensure ad hoc queries don't impact performance.

Learn how a rapidly growing FinTech meets regulatory compliance with DataVeil data masking for their SQL Server systems.

Learn how to obfuscate sensitive data and personally identifiable information (PII), all while ensuring the data remains useful for testing and analysis. Explore how DataVeil can help you mitigate risks, ensure compliance, and maximize the quality of your data.
In this article, we look at how to audit and monitor the use of SQL Server extended stored procedures in your database instance.
Learn about the differences between server roles and database roles in SQL Server and how these could be used to control security and permissions.
Learn a valuable framework to secure your SQL Servers. Starting with the install and walking through surface area, permissions, backups, encryption, and concluding with decommissioning, we''ll cover every area you''ll need to consider for your SQL Server environment. The session goal is to ensure you can properly harden and secure the SQL Servers in your organization.
Learn how to use dynamic data masking in SQL Server and how to give different users different data access in these easy-to-follow examples.
In this article, we look at the steps to grant SQL Server access to new folders for backups or database files.
Learn how to use production-like data for testing and development, but mask sensitive data quickly and efficiently with DataVeil.
In this article, we look at how to create a SQL Server login along with an associated database user using the GUI and T-SQL code.
Learn how to find all securable objects in SQL Server and the permissions for each securable object using the system function fn_builtin_permissions.
In this article, we look at how to mask/hide data for users using Dynamic Data Masking in SQL Server and Data Redaction in Oracle.
In this article we look at the SQL Server function LOGINPROPERTY to retrieve various settings for any SQL Server login.
Learn how to transfer ownership of databases and database objects in SQL Server using alter authorization with several examples.
In this article we look at how to list SQL Server permissions for a login or a user using the system function fn_my_permissions.
Learn how to manage and troubleshoot Kerberos authentication for SQL Server using the Kerberos Configuration Manager.
In this article we look at how to securely store passwords in text files that could be used for SQL Server authentication.
In this article we cover how to use Windows Authentication for SQL Server access and how to setup permissions using groups, users and roles.
Learn about how ownership chaining allows you to limit permissions on specific database objects yet give users access through other objects such as views and stored procedures.
In this article we look at how use Kerberos for authentication to a SQL instance for cross-domain authentication.
In this article we look at an example of SQL Server ownership chaining to better understand how permissions are passed through objects.