开发者

Is it good idea to have many users for one database?

MS SQL SERVER 200开发者_如何学运维8

I have a database. Several operators via my program can interact with it. Each operator have its own name. At present, I create a login and corresponding user name for each operator. Is it good idea ? Number of operators can grow ...

maybe, there's some good practices about it ?


If you're are talking about database users... No, that is just a really bad ideia!

Application Users are not the same as Database users. You should really have your user tables with authentication and access control. This is a module of your application.

Database user's and roles and schemas are used to distinguish between functional modules of your projects, to give structure to your enterprise and to separate environments such as testing, pre-production, production and so forth.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜