Setup connection with MSSQL (integratedSecurity) - tables in "Database Query Browser"

hi, please, why there is not viewed table of database in "Database Query Browser"?

Did you add the TutorialDB to the Ignition gateway? If so, did you make sure to select it in the dropdown of the Database Query Browser?

You have master setup as the connections database. You will need to use the other database in the actual connection settings to get the tables from that database

... If I setup database in Gateway, connection get failed

One problem you may have is that integratedSecurity=true, meaning the username and password you specify aren't actually being used AND SQL Server is trying to use AD or some other method to authenticate.

To test, I would remove everything besides database=TutorialDB and test it out again. Also, obviously make sure the SQL Server service is running and that TCP/IP is enabled.

Here is a tutorial to follow along with.

yes ....as you said integratedSecurity=true was a problem, thank you