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

Car pooling app

 I'll create a car pooling app with real-time vehicle tracking, pickup/drop time estimates, and a list of onboard users. Since we don...