...the SQL Query Tool that was designed with you in mind
Get Productive Today!
Home | Product Features | Screenshots | Videos | Download\Purchase | Support Forum | About

Query Your Database for a List of Owners\Schema's

The following SQL can be used to query your database system tables for a list of owners.

Sybase ASE

SELET name
  FROM sysusers

Oracle

SELECT USERNAME
  FROM ALL_USERS
 ORDER BY USERNAME

SQL Server

IF OBJECT_ID('sys.schemas') IS NULL
    SELECT name
      FROM sysusers
ELSE
    SELECT name
      FROM sys.schemas

SQL Anywhere

SELECT name
  FROM sysusers
SQL Query Tool Download
Download Free Trial!
18,269 KB - Version: 6.2.0

QweryBuilder is an SQL Editor and Query Tool. Its purpose is to make accessing information from a database simple, quick, accurate and efficient.

Work with your SQL Server, ASE, SQL Anywhere and Oracle databases in one single application.

"QweryBuilder is a great, easy to use tool, that is a part of my everyday programmer life."

Read More Testimonials
Copyright © 2008-2010 Werysoft Inc. All rights reserved.
SQL Query Tool | SQL Editor | Database Development Tool | SQL References | Testimonials