How should I access to SQL Server DB?

Posted by worlds-apart89 on Stack Overflow See other posts from Stack Overflow or by worlds-apart89
Published on 2010-06-12T13:15:48Z Indexed on 2010/06/12 13:22 UTC
Read the original article Hit count: 177

I have been reading that direct access to a SQL Server database over the Internet is insecure, so I am wondering what intermediary I can and should use between the client and the server. What are the best practices in terms of security and performance?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about architecture