Merrik Posted April 20, 2011 Posted April 20, 2011 Hi, Does anyone know the best way to have an application update a remote MS Sql Server database on a domain? I want all domain users to have write access. I tried using a Windows Service, though this wasn't successful. I want to avoid using a typical domain account, due to the fact that passwords change frequently and this would be an administration nightmare for a Windows service that was installed on numerous computers. I'm stumped at the moment. Any input is appreciated. There must be solution, as I know several desktop applications/processes that communicate with database servers.
DeltaRocked Posted April 20, 2011 Posted April 20, 2011 Hi , 1: Do you want to add / modify / delete records by accessing the SQL server from a script / application running on a remote machine? regards
Merrik Posted April 20, 2011 Author Posted April 20, 2011 I need write log information to the remote database. So I need to write to the remote database.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now