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
»
Article Discussions
»
Article Discussions by Author
»
Discuss Content Posted by Brian Kelley
»
SQL Server 2005 Logins
36 posts, Page 4 of 4
««
«
1
2
3
4
SQL Server 2005 Logins
Rate Topic
Display Mode
Topic Options
Author
Message
pclemares
pclemares
Posted Friday, July 03, 2009 9:38 AM
Forum Newbie
Group: General Forum Members
Last Login: Monday, February 04, 2013 7:20 AM
Points: 1,
Visits: 8
Hello
I have a Sql 2000 and I'd like to migrate to sql 2005. The problem I have it's that on the Sql 2000 I have the password of SA less than 8 characters, is it possible to maintain the same password on SQL 2005?
Thanks
Post #747040
SequelDBA
SequelDBA
Posted Thursday, October 01, 2009 7:32 PM
SSC Rookie
Group: General Forum Members
Last Login: 2 days ago @ 8:37 AM
Points: 35,
Visits: 763
If a program requires a login with the SYSADMIN role and rights to Master, will a login with the SYSADMIN role have rights to MASTER by default or does that have to be granted?
KU
Post #796723
K. Brian Kelley
K. Brian Kelley
Posted Friday, October 02, 2009 2:11 PM
Keeper of the Duck
Group: Moderators
Last Login: Today @ 1:55 PM
Points: 6,584,
Visits: 1,789
pclemares (7/3/2009)
Hello
I have a Sql 2000 and I'd like to migrate to sql 2005. The problem I have it's that on the Sql 2000 I have the password of SA less than 8 characters, is it possible to maintain the same password on SQL 2005?
Thanks
Yes, when you go to modify the sa account, toggle Password Policy Enforcement off. However, from a security perspective, you need to see about getting that SA account password to at least 8 characters.
K. Brian Kelley, CISA, MCSE, Security+, MVP - SQL Server
Regular Columnist (Security), SQLServerCentral.com
Author of
Introduction to SQL Server: Basic Skills for Any SQL Server User
|
Professional Development blog
|
Technical Blog
|
LinkedIn
|
Twitter
Post #797203
K. Brian Kelley
K. Brian Kelley
Posted Friday, October 02, 2009 2:12 PM
Keeper of the Duck
Group: Moderators
Last Login: Today @ 1:55 PM
Points: 6,584,
Visits: 1,789
SequelDBA (10/1/2009)
If a program requires a login with the SYSADMIN role and rights to Master, will a login with the SYSADMIN role have rights to MASTER by default or does that have to be granted?
And login which is a member of the sysadmin role has all rights everywhere on a particular instance of SQL Server. Those rights are implicit. Basically, being a member of the sysadmin server role means the login ignores all security checks. So yes, it does.
K. Brian Kelley, CISA, MCSE, Security+, MVP - SQL Server
Regular Columnist (Security), SQLServerCentral.com
Author of
Introduction to SQL Server: Basic Skills for Any SQL Server User
|
Professional Development blog
|
Technical Blog
|
LinkedIn
|
Twitter
Post #797205
Geoff A
Geoff A
Posted Monday, January 24, 2011 7:55 AM
SSC-Addicted
Group: General Forum Members
Last Login: 2 days ago @ 7:10 AM
Points: 485,
Visits: 1,568
is there a work around in SQL 2005, 2008, 2008 R2 that allows for ;
alter login [DomainGroupName] DISABLE;
thanks
Post #1052373
K. Brian Kelley
K. Brian Kelley
Posted Thursday, February 03, 2011 7:20 AM
Keeper of the Duck
Group: Moderators
Last Login: Today @ 1:55 PM
Points: 6,584,
Visits: 1,789
Geoff A (1/24/2011)
is there a work around in SQL 2005, 2008, 2008 R2 that allows for ;
alter login [DomainGroupName] DISABLE;
thanks
No, this behavior is by design. What you can do is:
DENY CONNECT SQL TO [DomainGroupName];
K. Brian Kelley, CISA, MCSE, Security+, MVP - SQL Server
Regular Columnist (Security), SQLServerCentral.com
Author of
Introduction to SQL Server: Basic Skills for Any SQL Server User
|
Professional Development blog
|
Technical Blog
|
LinkedIn
|
Twitter
Post #1058071
« Prev Topic
|
Next Topic »
36 posts, Page 4 of 4
««
«
1
2
3
4
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.