Define SQL Server Users
Use the SQL Server User Id Editor to define database users and their respective properties in a SQL Server physical model.
To define SQL Server users
- Click Target - SQL Server, Principals, Users on the Model menu.
The SQL Server User Id Editor opens.
- Select the user in the Navigation Grid that you want to define and work with the following options:
Click New
on the toolbar to create a new user. Use the Enter filter text box to filter a very large list of users to quickly locate the one that you want to define.
- Name
Displays the user name. You can change the user name in this field.
- Schema
Specifies the default schema for the user. Select a schema from the drop-down list.
- Login Type
Specifies the login type of the user. Select the login type from the drop-down list.
- Generate
Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.
- Click the General tab and work with the following options:
Available options are based on the login type you defined in the Navigation Grid: Login, Certificate, Asymmetric Key, or No Login.
- Login
Specifies the login to associate with the user, if the login type is set to Login. Select a login from the drop-down list or click New
to open the SQL Server Login Editor and create a new login.
- Asymmetric Key
Specifies the asymmetric key to associate with the user, if the login type is set to Asymmetric Key. Select an asymmetric key from the drop-down list or click New
to open the SQL Server Asymmetric Key Editor and create a new asymmetric key.
- Certificate
Specifies the certificate to associate with the user, if the login type is set to Certificate. Select a certificate from the drop-down list or click New
to open the SQL Server Certificate Editor and create a new certificate.
- Click the Roles tab to select or remove role usage.
- Click the Permission tab to define the permissions for the user.
- (Optional) Click the Comment tab and enter any comments that you want to associate with the object.
- (Optional) Click the UDP tab to work with user-defined properties for the object.
- (Optional) Click the Notes tab to view and edit user notes.
- Click Close.
The user is defined and the SQL Server User Id Editor closes.
Copyright © 2023 Quest Software, Inc. |