Hi to all,
I have a service that runs under as specific windows user. That user is part of the adminstrators group.
In the SQL server database, I can see in the security pane : Builtin\Adminstrators.
The connections string contains Integrated Security = SSPI (no username or password).
Is the fact that I can connect to the database a result of my user being in the administrators group which corresponds to Builtin\Adminstrators in sql server?
JD.