Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » SQL Anywhere Server - Database Administration » Starting and connecting to your database » SQL Anywhere database connections » Windows integrated logins

 

Revoking an integrated login permission (Sybase Central)

 Revoking an integrated login permission (Sybase Central)
  1. Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority.

  2. In the left pane, click Login Mappings.

  3. In the right pane, right-click the login mapping you want to remove and click Delete.

  4. Click Yes.

 Revoke an integrated login permission (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute a REVOKE INTEGRATED LOGIN FROM statement.

 Example
 See also