Database Reference
In-Depth Information
Adding users
Now that we have successfully created the geodatabase, it is time to create some users. We
will use these users to connect later. To create a user on the database, perform the following
steps:
1. Connect to the database using SQL Management Studio.
2. Expand Security , right-click on the Logins node, and then click on New Login .
3. In the New Login form, type robb in the Login name field.
4. Select SQL Server Authentication and type the password for robb .
5. Uncheck the Enforce password policy checkbox so that we can use simpler pass-
words.
6. In the Default database drop-down list, select sdedb . Don't click on OK yet; we
still have to map robb to sdedb so that the user is able to access the database.
This is illustrated in the following screenshot:
Search WWH ::




Custom Search