Merrik 0 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. Share this post Link to post Share on other sites
DeltaRocked 3 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 Share this post Link to post Share on other sites
Merrik 0 Posted April 20, 2011 I need write log information to the remote database. So I need to write to the remote database. Share this post Link to post Share on other sites