Microsoft SQL Server

Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications—which may run either on the same computer or on another computer across a network.

Connect with MS SQL from Database Browser

To Connect Microsoft SQL Databases you have to provide below mentioned elements .

  • Host Name/ IP Address.
  • Database Name.
  • User Name.
  • Password.

In add-on you have to follow below steps

  • First, name your connection.
  • Second, you have to give some configuration data.
  • Third, click on "test now" to check your connection status.
  • if the connection is established successfully then save connection for query.