What is the best way to configure a SQL Server for 50 developers?

Posted by Lakhlani Prashant on Stack Overflow See other posts from Stack Overflow or by Lakhlani Prashant
Published on 2010-04-28T06:53:44Z Indexed on 2010/04/28 7:53 UTC
Read the original article Hit count: 290

Filed under:
|

Hi,

If I am running an organization that has 50 .net developers and all are using SQL Server, what is the best way to make a single SQL Server available to them?

Here is some of the concerns that I want to be careful about

  1. Should I configure database users per project or per user? or both?
  2. Should I provide single SQL Server instance?

There are some more concerns but I think getting answer of these two will be a good starting point.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about configuration