Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I want to track who(PC name/ IP) changed Login password on my SQL Server is there any query or process please help.

What I have tried:

I have googled but found no help.
Posted
Updated 31-Aug-16 2:18am
Comments
Maciej Los 31-Aug-16 3:32am    
If you want to know who changed password for sa user, you're in trouble.

Please, read my comment first.

There's no chance to find out who's changed password to MS SQL Server. But you can track the date of change. See:
Tracking Login Password Changes in SQL Server[^]
[SOLVED] Determine who changed SA password - Microsoft SQL Server - Spiceworks[^]
When was the last time the SQL Server sa password changed?[^]
sql server 2008 r2 - Is there a way to find out who changed the password for a login? - Database Administrators Stack Exchange[^]

I'd recommend to create a group of logins or single login with minimum permission to write/read/edit/delete data. Do not add permission to change login's details, change SQL Server objects, etc.
 
Share this answer
 
v2

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