SQL Server 2014 | 2019
Hello everyone
In a computer, there are Windows Users A, B and C.
SQL Server and SSMS are installed on Windows User A. So far so good in terms of operation.
By logging in to Windows User B or C, SSMS can be opened normally. In the Object Explorer the Databases are listed, however when trying to "open" a Database and access the Tables, the Error is displayed:
Database <<Database_Name>> is not accessible
Nor can any script that refers to Tables or Fields be executed, displaying a message similar to the previous one.
In the same way, if SQL Server and SSMS are installed in Windows User B, the operation is correct, but the previously described happens in the other Windows Users.
1° How to configure SQL Server and SSMS so that it can run on all Windows Users and manage the Databases?
Thank you very much already