Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 Security

Author  Topic 

xcoder
Starting Member

1 Post

Posted - 2009-08-30 : 07:49:17
Hello, I am writing desktop database application in C# (client),
that will connect over the internet to central SQL SERVER. There will be many
clients connecti ng to the server at the same time. My question is:

WHat about security? Does all the data between server and clients goes
in plain text , so it's easy to sniff? If yes, how to make secure
connecttion between server and clients?
   

- Advertisement -