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

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

Learn how you can automate SQL Server builds using PowerShell, SQLCMD and SQL queries to setup SQL Server and install databases.

Learn about and how to get the SQL Server sample databases Northwind, Pubs, AdventureWorks, and WideWorldImporters.
Learn how to use production-like data for testing and development, but mask sensitive data quickly and efficiently with DataVeil.
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 an example of SQL Server ownership chaining to better understand how permissions are passed through objects.
In this article we look at two different approaches to storing data in a SQL Server database when NULL values are not an option.
There's a new piece of malware named skip-2.0 and it targets SQL Server. In this article learn what is it, where it came from, and how to protect your SQL Servers.
In this tip we learn about implicit conversions that occur in SQL Server. We will look at an example, how to fix and also how to detect using extended events.
In this tip we look at ways to narrow down when a big transaction event occurred in SQL Server based on the default trace and backup sizes.
In this tip we look at why SQL Server transaction log backups fail if the database is not in the correct recovery mode.
In this tip we take a look at understanding what first normal form is for data modeling and how it applies in SQL Server.
In this tip we look at SQL Server sys.dm_exec_requests and various ways to use this to find active requests from connected users and applications.
In this tip we look at how we can use SQL Server DMV sys.dm_exec_sessions to see what sessions are doing in SQL Server.
In this tip we look at we can use SQL Server DMV sys.dm_exec_connections to see what current connections are doing for troubleshooting and monitoring.
In this tip we will look at the situation where a SQL Server database application requires multiple access levels with respect to accessing and modifying the data and how this can be done.
Check out this tip to help you figure out what SQL Server Agent Backup Jobs are still a problem.
Check out this tip to learn how to use the Audit object to audit SQL Server logins.
In this tip we cover several scripts that can be used to audit for new SQL Server Agent jobs.
In this tip we learn whether disabling xp_cmdshell in SQL Server really improves security.
Learn how to protect your SQL Server from ransomware with these tips.
In this tip we will cover why it is important to have separate accounts for normal use and for administrative use.
Check out this tip to learn about different ways to check SQL Server connectivity issues.
In this tip we look at best ways to architect and design SQL Server security authentication.