Link to home
Start Free TrialLog in
Avatar of chadmanvb
chadmanvb

asked on

write to sql under system id

I have a service that runs on an XP machine.  This service runs under the system ID and calls my .net app.  The .net needs to write to a sql database.  What can I change on the database so the systemid can write to it?  Currently, I'm the only one that can write to it.
ASKER CERTIFIED SOLUTION
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chadmanvb
chadmanvb

ASKER

I just spoke with one of our sql DBA's and they setup a generic ID for me to use.  I'm just going to pass the user/password as you mention.