Hello,
Both SAP* and DDIC are locked in client 000 and I tried to execute in SQL Query Analyzer following command:
delete from SAPR3.USR02 where MANDT = '000' and BNAME = 'SAP*'
or
delete from SAPA01.USR02 where MANDT = '000' and BNAME = 'SAP*'
A01 is SID
or
delete from USR02 where MANDT = '000' and BNAME = 'SAP*'
Each time I got an error:
Server: Msg 208, Level 16, State 1, Line 1
Invalid object name
My system is SAP R3 4.7, running on SQL Server 2000.
Any idea how this works on SQL DB?
Thx a lot!!
Regards,
Bert