Obtaining a list of userids. Is there is a way in Web Viewer to print a list of userids defined? We can display them but do not know of a way to print them out. If trying to export it produces an XML file and all I want is the list of userids.
Output Management Web Viewerâ„¢ 12.1
Your DBA could use the following SQL statement to extract the users from the database:
use the following SQL ----> SELECT USERID from dbo.userobj;