Access to SQL Server through an Extra Layer

So far in this chapter, we have investigated how to expose SQL Server directly to client applications on external networks.

Because SQL Server maintains valuable data, it’s generally not a good idea to expose your installation to broad networks, such as the Internet, because of security issues. Additionally, exposing SQL Server directly to external networks limits scalability and performance and complicates server administration.

The benefits of implementing a middle tier between the client application and SQL Server are as follows:

  • A middle tier provides an extra layer of security that filters all incoming requests.

  • You can use components of the operating system infrastructure, such as Internet Information ...

Get Microsoft® SQL Server™ 2005: Applied Techniques Step by Step now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.