Thanks for your precious time on it...Bret Halford
I have done with bcp...out for all the important tables which includes
master..sysdevices | ||
master..sysdatabases | ||
master..sysusages | ||
master..syslogins | ||
master..sysconfigures | ||
master..syscharsets | ||
master..sysservers |
master..sysremotelogins
as 'sa' still having below roles
oper_role (default ON)
sybase_ts_role (default ON)
mon_role (default ON)
js_admin_role (default ON)
sa_serverprivs_role (default ON)
what further need to be done.
as you suggested in the previous thread:
If you can't even get the contents of the system tables, you can create a new server, use the DISK REINIT command to rebuild sysdevices using the device names from the server errorlog without overwriting those devices. Then use the DISK REFIT command which will rebuild the sysdatabases and sysusages tables by scanning the contents of the devices. syslogins can then be rebuilt from account names in the sysusers tables of your user databases, but the paswords will be lost, you will have to assign new passwords. There is still various small stuff to do after this (remote servers, remote logins, password security configurations, etc.), but the solid core will now be back up.
Kindly describe it in detail as I am doing it all first time, and not getting properly.
----
Regards
PKP