Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
Administering
»
sa password change, is it required with...
sa password change, is it required with CHECK_POLICY=ON
Rate Topic
Display Mode
Topic Options
Author
Message
samiam914
samiam914
Posted Sunday, June 13, 2010 8:31 PM
Valued Member
Group: General Forum Members
Last Login: Saturday, October 08, 2011 1:07 PM
Points: 52,
Visits: 294
SQL server 2005 with Windows Server 2003 R2
During installation of SQL Server 2005, sa login was created, sa id is not used by any one; however sa is the dbo of master, msdb, model & tempdb.
Scripting of the sa id shows:
CREATE LOGIN [sa] WITH PASSWORD=N'...', DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION=OFF, CHECK_POLICY=ON
GO
EXEC sys.sp_addsrvrolemember @loginame = N'sa', @rolename = N'sysadmin'
GO
Windows password change policy was never implemented for years, now they require it, and the policy kicked in couple of weeks ago.
SQL Server services run under local system, with no password expiration.
All ID's are windows authenticated, except for this sa ID.
Is it necessary for me to change the sa password?
What sort of problems are expected if I do not change or do change.
SQL Server crashes some times when a stored procedure is run which uses Oracle linked server, at other times same procedures run fine under the same conditions!! IE, when they are executed via SQL Server Management studio.
I did change the windows ID that is in the linked server that gets mapped to Oracle ID (Oracle ID does not conform to password policy, it is on unix server anyway).
Unable to explain these crashes.
Thanks in advance.
Post #936595
Bhuvnesh
Bhuvnesh
Posted Monday, June 14, 2010 4:43 AM
SSCrazy
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 8:41 AM
Points: 2,562,
Visits: 3,451
samiam914 (6/13/2010)
Is it necessary for me to change the sa password?
What sort of problems are expected if I do not change or do change.
It is not necessary but recommended to change it , if you feel that some anonymous people know it (which shouldnt be) then you must change it
secondly if wont effect anythiing unless you are using it at places where it is specified or hard coded.
-------Bhuvnesh----------
While 1 = 1 (Learning SQL....)
Click to get fast response of your post
Post #936706
samiam914
samiam914
Posted Monday, June 14, 2010 3:06 PM
Valued Member
Group: General Forum Members
Last Login: Saturday, October 08, 2011 1:07 PM
Points: 52,
Visits: 294
Thank You. Some what related question - if a windows ID (in sql server setup as windows authentication) has sysadmin authority and it is the owner of a database, when windows password changes, is there something that needs to be done in sql server. Database is not encrypted in this case.
Post #937150
Bhuvnesh
Bhuvnesh
Posted Monday, June 14, 2010 11:01 PM
SSCrazy
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 8:41 AM
Points: 2,562,
Visits: 3,451
samiam914 (6/14/2010)
Is there something that needs to be done in sql server.
NO
-------Bhuvnesh----------
While 1 = 1 (Learning SQL....)
Click to get fast response of your post
Post #937240
samiam914
samiam914
Posted Tuesday, June 15, 2010 10:27 AM
Valued Member
Group: General Forum Members
Last Login: Saturday, October 08, 2011 1:07 PM
Points: 52,
Visits: 294
Thank You.
Post #937675
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.