Steps to View MSSQL Tables with Azure Data Studio

  1. Download and install Azure Data Studio.
  2. Connect to the server:
    • Click the Connect button.
    • Complete the connection by entering the server name, database name and your credentials.
  3. Select the database:
    • Open the desired database from the “Databases” section on the left side.
  4. View the tables:
    • Expand the “Tables” folder and access the tables.
  5. Run a SQL query:
SELECT * FROM [TableName];
  • Run the query by pressing the F5 key.

By following these steps you can connect the MSSQL data source to your Kuika applications.