Appropriate permissions to system tables in SQL Server for reverse engineering in java hibernate

0

Which SQL Server 2014 tables should be given permissions for reverse engineering to work in the java hibernate framework? I've been getting this error in eclipse:

com.microsoft.sqlserver.jdbc.SQLServerException: El nombre de objeto 'INFORMATION_SCHEMA.Columns' no es válido

and I realized that it is because the user does not have access to the system tables where the metadata is, and that is why it is the question. I found this page sql server where these tables come from, but I do not know to which tables it is appropriate to give them permissions and which ones are not. Can someone tell me this, please?

    
asked by abrahamhs 10.04.2018 в 01:40
source

0 answers