Skip to main content

MS SQL integration

MS SQL is a database management system.

Windmill provides a framework to support MS SQL databases, either with native SQL scripts or through TypeScript for raw queries.

Integration between MS SQL and Windmill

Authentication methods

Windmill supports multiple authentication methods for MS SQL Server:

  • Username/Password: Standard SQL Server authentication
  • Azure AD (Entra): OAuth-based authentication for Azure-hosted databases
  • Windows Integrated Authentication: Kerberos-based authentication for Active Directory environments

For detailed setup instructions, including Windows Integrated Authentication configuration, refer to the SQL Getting started section.