- Download and install Azure Data Studio.
- Connect to the server:
- Click the Connect button.
- Complete the connection by entering the server name, database name and your credentials.
- Select the database:
- Open the desired database from the “Databases” section on the left side.
- View the tables:
- Expand the “Tables” folder and access the tables.
- 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.