Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating SQL Password via Connection String Property

Status
Not open for further replies.

RileyCat

Programmer
Joined
Apr 5, 2004
Messages
124
Location
US
Is there a property in the connection string to SQL via ADO.Net that says to change the password for the incoming User Id to the password that is provided?

I am trying to write an application and/or DLL that will programmatically change an sql user Id's password. I know sp_Password works in a query window but as far as I know, that only works if the user is an admin of the user Id that is being updated.

Any ideas?

Stay Cool Ya'll! [smile2]

-- Kristin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top