Click here to Skip to main content
15,914,162 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello

i Create Application in C#
I use backend Sql Sever 2005

I also Connect Windows Authentication Mode

But I want Connect SQL Server Authentication mode But I can't this
Becauze i forgot user id and password of SQL Server Authentication mode

so i want retrive forgot user id and password of SQL Server Authentication mode

so what i do you do?

please help me

thanks in advance
Posted

Pickup the phone and ask the server administrator to reset your SQL password.

I think it is a one way hash, so he/she will not be able to retrieve it, but can reset it from SQL admin tools.
 
Share this answer
 
khalid khatri wrote:
so what i do you do?


Other that what's suggested above, you can try to login yourself using Windows Authentication. If you have sufficient rights, you would be able to see the users in the security leaf of the tree. Go ahead and set the new password of 'sa' or set up a new user.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900