However, no matter what the version, you'll want to configure a user on the SQL Server that you will use to connect from the remote clients. Disable the 'sa' account and add some other account that is the sysadmin for the server.
You'll also want to append "Encrypt=True;" to the end of your connection string to make sure the data is encrypted to and from SQL Server.