↧
Securing SQL Server
If you don't care about securing the data at rest and only care about data transfer, then an SSL connection should be enough.Abdallah El-Chal, PMP
View ArticleSecuring SQL Server
user will connect to database remotely on published SQL server so i want to secure communication channel between client and server , if i use SSL and limit access to fixed clients is that enough ?Thank...
View ArticleSecuring SQL Server
It depends on what are you trying to do on the server, and what exactly are you trying to secure.For example, if you have sensitive data you can encrypt them. If you don't want your stored procudes to...
View ArticleSecuring SQL Server
hi how can i secure my published sql server communication channel ,and server in general thanks in advance
View Article