What is the best way to cofigure a sql server for 50 developers?
- by Lakhlani Prashant
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 single sql server available to them?
Here is some of the concerns that I want to be careful about
Should I configure database users per project or per user? or both?
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.