News

I know containers have only one service, but I am trying to install an application based on the mssql-server-windows-developer container, i.e. SQL Server and the application on the same container. My ...
1> alter login sa enable 2> go 1> sp_password NULL,'new_password','sa' 2> go 1> quit. note in this example the password is Totogogo007* Stop the SQLEXPRESS service once again; Remove the -m from the ...
Spread the loveIntroduction: The SA (System Administrator) account holds the highest privileges in SQL Server databases. However, it is not uncommon for users to lose or forget the SA password. In ...