Hello, I work in a team of 4 dba's. In order to save passing sa passwords
around I'm going to add a Windows group on each server and add this group
into SQL Server as a memeber SysAdmin role. I can also add the service
account into this role (we use the same service account for the server and
the server agent - is this bad?).
If I still want to store the sa password, who is best to do that or should I
not bother just set it to a different strong password on a regular basis and
forget it since I'm not goin gto use it. How about storing othe rlogin \
paswords?
Thanks
Adam
I did what you suggested as a matter of course... I would just as soon that
the other sysadmin's login with their Windows Authority and explain to them
there is no difference between logging in as a system admin or using the sa
password.
If they have the sysadmin status, what difference does it make whether they
know the sa password or not? I'd actually like to hear your take on this as
I am struggling with it myself. Why should the sa password be known by
anyone other than myself and perhaps the network administrator or my direct
superior? I haven't found a really GOOD reason yet but there are lots of
"what if's" to contend with.

Signature
Regards,
Jamie
> Hello, I work in a team of 4 dba's. In order to save passing sa passwords
> around I'm going to add a Windows group on each server and add this group
[quoted text clipped - 9 lines]
> Thanks
> Adam
Adam Sankey - 28 Nov 2007 17:08 GMT
Hi Jamie, I was even thinking that I might not store the sa password at all.
Just set it to a strong password and then forget about it since everyone is
using windows authentication or a different sql login to acces the server. At
the moment I'm storing the password on my pc in an encrypted password safe
that only I have the pass key.
Adam
> I did what you suggested as a matter of course... I would just as soon that
> the other sysadmin's login with their Windows Authority and explain to them
[quoted text clipped - 21 lines]
> > Thanks
> > Adam