PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.server > resetting sa password
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
resetting sa password

Réponse
 
LinkBack Outils de la discussion
Vieux 09/09/2008, 23h57   #1
GaryDean
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut resetting sa password

In SS 2005, using Management Studio, how can I reset the sa password. If
not in MS then how in script?

thanks,
Gary


  Réponse avec citation
Vieux 10/09/2008, 00h06   #2
Aaron Bertrand [SQL Server MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: resetting sa password

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
>
>


  Réponse avec citation
Vieux 10/09/2008, 04h21   #3
Mark Han[MSFT]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut RE: resetting sa password

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.
================================================== =======

  Réponse avec citation
Vieux 12/09/2008, 08h00   #4
Mark Han[MSFT]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut RE: resetting sa password

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.
================================================== =======

  Réponse avec citation
Vieux 15/09/2008, 08h19   #5
Mark Han[MSFT]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut RE: resetting sa password

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.
================================================== =======

  Réponse avec citation
Vieux 23/09/2008, 17h40   #6
GaryDean
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: resetting sa password

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.
> ================================================== =======
>



  Réponse avec citation
Vieux 24/09/2008, 09h40   #7
Mark Han[MSFT]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: resetting sa password

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.
> ================================================== =======


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 06h06.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,12351 seconds with 15 queries