We just started our upgrade project to go from SQL Server 2008 to 2014. Moving the DBs is super simple with backup and restore (this bring the db logins, roles, and schemas ) . The problem comes with identifying and mapping all the
login and DB mapping. I am being told that would take too much time and effort. So someone is thinking "out of the box" and is trying to use the idea of just using the domain group "domain users". This
would allow everyone access to login onto SQL and then mapping would handled at DB level with roles and logins. I've try to build a case this is a bad idea but need some more help.
↧