How to unlock SAP User on database level MSSQL



How to unlock a SAP User on database level MSSQL incl. the SQL Statement.

The SQL Statement:

update sid.USR02 set UFLAG=0 where BNAME=’USER’ and MANDT=000;