Sunday, 18 June 2017

How to get the List of users in sybase

Tags

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



EmoticonEmoticon

Note: only a member of this blog may post a comment.