cancel
Showing results for 
Search instead for 
Did you mean: 

sap* password in SQL server

Former Member
0 Kudos

Dear All,

i want to change sap* password but i know how to do in oracle database.

sqlplus / as sysdba;

Delete from usr02 where bname = 'SAP*' and client = '000';

It will reset the password of sap* as pass.

But 1st time i m using sqldatabase i dont know how to do.when i connecting microsoft SQL server management studio

DATABASE->SAPID->TABLE. Using query but not working.

i login as adm.

plz suggest

Regards

Ashok

Accepted Solutions (0)

Answers (2)

Answers (2)

anindya_bose
Active Contributor
0 Kudos

Ahoke

Delete from <SAPSCHEMA_NAME>.usr02 where bname = 'SAP*' and client = '000';

Check the link below

former_member204746
Active Contributor
0 Kudos

a quick search on SDN gave me this topic:

..and you posted an SQL server question in the Oracle section.