SQL Connection on SQL Server Database

I made an ODBC connection to access my SDE data on a SQL Server. For the ODBC Connection I used the SQL native provider. It is possible to add the tables from the server. If I try to preview the data, an error occurs.

_img77

 

The connection string is: DSN=sqlconn;UID=sde;PWD=sde;DATABASE=SDE10;

 

The error message shows that the user sde is not authorized to access the table. Please check the permissions.