The Red9 Blog

Get our new tips before anyone else. Enter your email below to join our private list!

Most Popular Red9 Posts

Latest From Red9

SQL Server on Amazon RDS

Amazon RDS is managed database service it makes it easy to provision and run relational databases in the cloud. It supports several relational engines starting

Should I migrate my SQL Server to Linux?

With SQL Server 2017, and now SQL Server 2019, SQL Server is available on Red Hat Enterprise Linux, SUSE Linux Enterprise Server, and Ubuntu. For

Little bobby tables and SQL injection?

SQL injection is a technique in which attackers insert malicious code into strings fields of an application (Web or not) that are later delivered to an instance of

Using PowerShell to monitor disk usage

Part of the database and system administrator’s daily routine consists of monitoring disk usage. It can be achieved manually, however, it is much more logical

What is SQL Server parameter sniffing?

SQL Server generates a query plan for a stored procedure using (sniffing) the parameters sent by the first time. By “first time” means that SQL