|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
creating a login
Is there a way to create a login and password, or change a login's password
in management studio (sql 2005) without using a sql script? Any wizard or dialog box? In the Management Studio, open the Object Explorer and expand your Server,
then Security, then Logins and right-click on the login you want to change. A dialog box will open and you can change the password in there, near the top. Type in the password in the Password box, and the same password again in the Confirm Password box. -- Show quoteHide quoteAndyP, Sr. Database Administrator, MCDBA 2003 "mkiger" wrote: > Is there a way to create a login and password, or change a login's password > in management studio (sql 2005) without using a sql script? Any wizard or > dialog box? Thanks, that works for server logins, but what about database users?
Show quoteHide quote "AndyP" wrote: > In the Management Studio, open the Object Explorer and expand your Server, > then Security, then Logins and right-click on the login you want to change. A > dialog box will open and you can change the password in there, near the top. > Type in the password in the Password box, and the same password again in the > Confirm Password box. > > > -- > AndyP, > Sr. Database Administrator, > MCDBA 2003 > > > "mkiger" wrote: > > > Is there a way to create a login and password, or change a login's password > > in management studio (sql 2005) without using a sql script? Any wizard or > > dialog box? You can go to the database, then Security, then Users, and add/remove the
users to/from the database and affect their overall database access that way. You can then grant or revoke permissions at that level. The database user does not have a password property, but is linked to a login which does have a password. -- Show quoteHide quoteAndyP, Sr. Database Administrator, MCDBA 2003 "mkiger" wrote: > Thanks, that works for server logins, but what about database users? > > "AndyP" wrote: > > > In the Management Studio, open the Object Explorer and expand your Server, > > then Security, then Logins and right-click on the login you want to change. A > > dialog box will open and you can change the password in there, near the top. > > Type in the password in the Password box, and the same password again in the > > Confirm Password box. > > > > > > -- > > AndyP, > > Sr. Database Administrator, > > MCDBA 2003 > > > > > > "mkiger" wrote: > > > > > Is there a way to create a login and password, or change a login's password > > > in management studio (sql 2005) without using a sql script? Any wizard or > > > dialog box?
Other interesting topics
expectations for SUM query on 50+ million rows
Internal SQL Server error Move 2000 to 2005 Page coruption Management Studio Question.... what kind of index to use in this situation. Add User to Log-Shipped Database Stored procedures in master database SQL Server 200/2005 how to crash/corrupt a Microsoft SQL 2005 Server? deadlocked on lock |
|||||||||||||||||||||||