SQL Server Security Mechanism

Source: Internet
Author: User

In the past, Oracle was used more often. When SQL Server was used, I found a problem. Here I will discuss it with you.

In Oracle, a database includes users and roles, so each database is independent of each other. However, it is different in SQL Server. SQL Server introduces the login concept. login is for SQL Server services, but not for databases, such:

It shows how to install multiple databases on one server. (Ignore the NT authentication method) as shown in the figure, login conflicts may occur when multiple databases are deployed on SQL Server, that is, when different applications create login, when the login name is repeated, a conflict occurs.

Of course, when a B/S system is implemented, the user will not establish a login, and such a problem cannot occur. However, this situation must be considered in the C/S system.

At present, there is no good way to tell the user: it is best to deploy only one database on sqlserver.

Which of the following is a better solution?

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.