GuideServers + Cloud Computing Microsoft SQL Server Tricks Updated August 22 2024
Create a new root user called sa2
Run all of these from an admin command prompt, not powershell.

net stop MSSQL$SQLEXPRESS
net start MSSQL$SQLEXPRESS /m"SQLCMD"
sqlcmd -S .\sqlexpress
CREATE LOGIN sa2 WITH PASSWORD='klajsdflksf'
GO
SP_ADDSRVROLEMEMBER sa2,'SYSADMIN'
GO
exit
net stop MSSQL$SQLEXPRESS
net start MSSQL$SQLEXPRESS



Keywords: TrueCanal, Microsoft SQL Server, Reset Password, SQL Express




©2024 - Some portions of this website are Copyrighted.
Your IP: 18.97.9.170     Referring URL:
Browser: CCBot/2.0 (https://commoncrawl.org/faq/)
Terms and Conditions, Privacy Policy, and Security Policy