Techrelam
Complete SAP BASIS/HANA Administration
Sunday, 18 June 2017
How to get the List of users in sybase
There is multiple ways of getting users list in sybase database.You may use follow below command.
Method 1:
select * from sysusers
select name as user_name from sysusers
Method 2:
sp_helpuser
No comments:
Post a Comment
Note: only a member of this blog may post a comment.
‹
›
Home
View web version
No comments:
Post a Comment
Note: only a member of this blog may post a comment.