Databases Reference
In-Depth Information
Figure 1-14. Error when your password isn't complex enough
Selecting a strong password is critical when you're running in a cloud environment, even if your database is
used for development or test purposes. Strong passwords and firewall rules are important security defenses against
attacks to your database. Chapter 3 reviews security in depth.
Note
Creating a New User
You can now create a user account for your test login. To do so, connect to a user database using the administrator
account (you can also create a user in the master database if this login should be able to connect to it), and run the
following command:
CREATE USER test FROM LOGIN test
If you attempt to create a user without first creating the login account, you receive a message similar to the one
shown in Figure 1-15 .
Figure 1-15. Error when creating a user without creating the login account first
 
 
Search WWH ::




Custom Search