This page provides links to help you locate the information that you need about security and protection in the SQL Server Database Engine and Azure SQL Database.
SQL injection is an attack in which malicious code is inserted into strings that are later passed to the Database Engine for parsing and execution. Any procedure that constructs SQL statements should be reviewed for injection vulnerabilities because SQL Server will execute all syntactically valid queries that it receives. All database systems have some risk of SQL Injection, and many of the vulnerabilities are introduced in the application that is querying the Database Engine. You can thwart SQL injection attacks by using stored procedures and parameterized commands, avoiding dynamic SQL, and restricting permissions on all users. For more information, see SQL Injection.
Administer an SQL Server database infrastructure for cloud, on-premises and hybrid relational databases using the Microsoft PaaS relational database offerings.
Use these articles to create and implement an effective security plan in SQL Server. Learn about the platform, authentication, objects, and applications.
Become familiar with server security settings in SQL Server. Learn about options that control server authentication, proxy accounts, and other features.
Get acquainted with services that are available in SQL Server. See how to start SQL Server Configuration Manager, which you can use to manage various services.
Learn about new features for SQL Server 2022 (16.x), which gives you choices of development languages, data types, environments, and operating systems.