Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Enhancing the security of a Microsoft JDBC Driver for SQL Server application is crucial. Security involves more than avoiding common coding pitfalls. An application that accesses data has many potential failure points that an attacker can exploit. Security failures may allow attackers to retrieve, manipulate, or destroy sensitive data. It's important to understand all aspects of application security. From the process of threat modeling during the design phase to eventual deployment, and continuing through ongoing maintenance.
The articles in this section describe some common security concerns including connection strings, validating user input, and general application security.
Article | Description |
---|---|
Securing connection strings | Describes techniques to help protect information used to connect to a data source. |
Validating user input | Describes techniques to validate user input. |
Application security | Describes how to use Java policy permissions to help secure a JDBC driver application. |
Using encryption | Describes how to establish a secure communication channel with a SQL Server database using Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL). |
FIPS mode | Describes how to use JDBC driver in FIPS-compliant mode. |
Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayTraining
Learning path
Implement a secure environment for a database service - Training
Implement a secure environment for a database service
Certification
Microsoft Certified: Azure Database Administrator Associate - Certifications
Administer an SQL Server database infrastructure for cloud, on-premises and hybrid relational databases using the Microsoft PaaS relational database offerings.
Documentation
Application security - JDBC Driver for SQL Server
Learn about application security and java policy permissions when developing an application using the JDBC driver.
Securing connection strings - JDBC Driver for SQL Server
Learn how to secure connection string information when using the JDBC Driver for SQL Server.
Understanding encryption support - JDBC Driver for SQL Server
Learn how to ensure the JDBC driver uses TLS encryption to secure connections to a SQL database.