|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
In SS 2005, using Management Studio, how can I reset the sa password. If
not in MS then how in script? thanks, Gary |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Look up the system stored procedure sp_password in Books Online.
On 9/9/08 5:57 PM, in article #lZ2JcsEJHA.5104@TK2MSFTNGP02.phx.gbl, "GaryDean" <gdeanblakely@newsgroup.nospam> wrote: > In SS 2005, using Management Studio, how can I reset the sa password. If > not in MS then how in script? > > thanks, > Gary > > |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Hello Gary
Thank you for contacting Microsoft Online Community Support. It is Mark, a SQL Server Engineer. I'm glad to assist you with the issue. Based on your clear description, I understand that you would like to reset "sa" password. Is it correct? If I misunderstand anything, please tell me directly. It will us to resolve this issue quickly. Once the issue resolved, I'll appreciate your verification. To re-set the sa password, there are 2 method supported in SQL Server. 1) open SQL Server Management Studio->Security->right kick sa->properties->type your new sa password-> OK. 2) use stored procedure sp_password to change sa password: there is an article to share with you http://msdn.microsoft.com/en-us/library/ms174428.aspx For your convenience, I make a sample here. ALTER LOGIN sa WITH PASSWORD = '*******' OLD_PASSWORD = '********'; GO If you forget the sa old password ALTER LOGIN Victoria WITH PASSWORD = '*********'; GO If anything is unclear or you need me explain further, please tell me. I look forward to your update. Thanks. Best regards, Mark Han Microsoft Online Community Support ================================================== ========= Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg@microsoft.com. ================================================== ========= Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscripti...ult.aspx#notif ications. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscripti...t/default.aspx. ================================================== ========== This posting is provided "AS IS" with no warranties, and confers no rights. ================================================== ======= |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Hi Gary,
This is Mark. I'm writing to follow up the issue. does my explanation address your concern? Is anything I can assist with you. I look forward your update. Thanks Best regards, Mark Han Microsoft Online Community Support ================================================== ======= Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg@microsoft.com. ================================================== ======= This posting is provided "AS IS" with no warranties, and confers no rights. ================================================== ======= |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
Hi Gary,
This is Mark,again. I am writing to check if anything I can assist with you. I look forward to hearing from you. Thanks Best regards, Mark Han Microsoft Online Community Support ================================================== ======= Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg@microsoft.com. ================================================== ======= This posting is provided "AS IS" with no warranties, and confers no rights. ================================================== ======= |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
Sorry Mark, I got busy elsewhere. Yes, thanks that answers my question.
Gary "Mark Han[MSFT]" <v-fathan@online.microsoft.com> wrote in message news:Eu252N4FJHA.1640@TK2MSFTNGHUB02.phx.gbl... > Hi Gary, > > This is Mark,again. I am writing to check if anything I can assist with > you. > > I look forward to hearing from you. Thanks > > Best regards, > Mark Han > Microsoft Online Community Support > ================================================== ======= > Delighting our customers is our #1 priority. We welcome your > comments and suggestions about how we can improve the > support we provide to you. Please feel free to let my manager > know what you think of the level of service provided. You can > send feedback directly to my manager at: msdnmg@microsoft.com. > ================================================== ======= > This posting is provided "AS IS" with no warranties, and confers no > rights. > ================================================== ======= > |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
Hi Gary,
Thank you for the reply and confirmation. If anything I can assist, please tell me. Thanks. Best regards, > Mark Han > Microsoft Online Community Support > ================================================== ======= > Delighting our customers is our #1 priority. We welcome your > comments and suggestions about how we can improve the > support we provide to you. Please feel free to let my manager > know what you think of the level of service provided. You can > send feedback directly to my manager at: msdnmg@microsoft.com. > ================================================== ======= > This posting is provided "AS IS" with no warranties, and confers no > rights. > ================================================== ======= |
|
![]() |
| Outils de la discussion | |
|
|