Microsoft SQL Server

Microsoft SQL Server

  • Purpose: Connect to MS SQL Server relational databases.
  • When to use it: Common in enterprise environments for financial, HR, and operational data.
  • How to create it:
    1. Select Microsoft SQL Server from the list.
    2. Host: Enter the server address.
    3. Port: Default is 1433.
    4. Database Name: The target database.
    5. Username / Password: Credentials with read access.
    6. Encrypt: Check if your server requires encrypted connections (SSL).
    7. Test and Save.

MS SQL Server Configuration