Wednesday, 13 April 2022

forgot sql paasword

 https://www.sqlshack.com/recover-lost-sa-password/

sql pa

ALTER LOGIN sa enable

GO

CREATE LOGIN NewSA WITH PASSWORD = 'Password@1234';


it work but with different username NewSA



No comments:

Post a Comment

API run block issue run api from cmd

  ✅ Debug Checklist – “Access is Denied” (.NET / Visual Studio) 🔹 Identify Problem ☐ Error: Unable to start program (.exe) – Access is deni...