Can't log in as sa
SQL Server 2005
All of a sudden we cannot log in using sa. The "enforce expiration"
option is not set.
How could this have happened outside of a user deliberately changing
the password? Can sa get
locked out for other reasons?
Bill E.
Hollywood, FL
Re: Can't log in as sa
"Bill E." <billmiami2 [at] netscape.net> wrote in message
news:1189503759.466560.270090 [at] y42g2000hsy.googlegroups.com.. .
> SQL Server 2005
>
> All of a sudden we cannot log in using sa. The "enforce expiration"
> option is not set.
> How could this have happened outside of a user deliberately changing
> the password? Can sa get
> locked out for other reasons?
Not that I'm aware of.
Sounds like someone changed the sa password or you've got a bad case of
fat-fingering.
Worse case, I'd start looking for domain accounts and the like that didn't
exist before. (A typical 'first thing' a hacker would do.)
>
> Bill E.
> Hollywood, FL
>
--
Greg Moore
SQL Server DBA Consulting Remote and Onsite available!
Email: sql (at) greenms.com http://www.greenms.com/sqlserver.html
Re: Can't log in as sa
Thanks Greg.
This SQL Server is behind the firewall--not available outside the
corporate network. However, when I get a chance I'll follow your
suggestion.
Bill
Re: Can't log in as sa
"Bill E." <billmiami2 [at] netscape.net> wrote in message
news:1189514657.397892.140570 [at] k79g2000hse.googlegroups.com.. .
> Thanks Greg.
>
> This SQL Server is behind the firewall--not available outside the
> corporate network. However, when I get a chance I'll follow your
> suggestion.
>
It's probably an innocent screw up then.
But you never know. (Besides, not all hackers come from outside a company
unfortunately.)
> Bill
>
--
Greg Moore
SQL Server DBA Consulting Remote and Onsite available!
Email: sql (at) greenms.com http://www.greenms.com/sqlserver.html
Re: Can't log in as sa
If the server authentication mode was changed to Windows
Authentication only sa would no longer work.
Roy Harvey
Beacon Falls, CT
On Tue, 11 Sep 2007 02:42:39 -0700, "Bill E."
<billmiami2 [at] netscape.net> wrote:
>SQL Server 2005
>
>All of a sudden we cannot log in using sa. The "enforce expiration"
>option is not set.
>How could this have happened outside of a user deliberately changing
>the password? Can sa get
>locked out for other reasons?
>
>Bill E.
>Hollywood, FL
Re: Can't log in as sa
No, it's still set to mixed mode and I'm using other logins for
applications.
Bill