Problem: SQL Server account can browse but not open DB
Background: After our TFS Server upgrade from 2010 to 2015 and SQL 2008r2 to 2014, we can't get an existing SQL account to connect to the database. Server authentication has been set to "SQL Server and Windows Auth mode"
The account 'myweb' is allowed in the "public" settings under the SQL Server roles and 'myweb' can open a SQL management session and see the DBs. However it cant open the DB or view properties.
"The database xxx is not accessible"
Under the DB it exists as a user and has the db_datareader role. No joy. As a trial I gave 'myweb' super powers db_owner etc but no change in behaviour.
Any idea what is stopping an SQL account from accessing the DB?