Skip to content

Database

Sam Kazerouni edited this page Nov 4, 2016 · 21 revisions

Database

Database technology analysis

How to connect to Azure Microsoft Database?

  1. Open Visual Studio

  2. Open Server Explorer in Views tab

  3. Right click on Data Connections in Server Explorer and Add Connection

  4. Select MySQL Database as Data source.

  5. Enter the following:

    Server name: glimpsetarget.database.windows.net User name: adming Password: ******** (ask team lead)

  6. Select the database name: "glimpsedb"

  7. Click OK, you should see in Server Explorer that you are connected to Server "glimpsetarget", remote database "glimpsedb". Expand the db and you will see all tables.

Clone this wiki locally