Microsoft SQL Server
Details of the Microsoft SQL Server prebuilt configuration.
less than a minute
Microsoft SQL Server
--prebuiltvalue:mssql- Environment Variables:
MSSQL_HOST: (Optional) The hostname or IP address of the SQL Server instance.MSSQL_PORT: (Optional) The port number for the SQL Server instance.MSSQL_DATABASE: The name of the database to connect to.MSSQL_USER: The database username.MSSQL_PASSWORD: The password for the database user.
- Permissions:
- Database-level permissions (e.g.,
SELECT,INSERT) are required to execute queries.
- Database-level permissions (e.g.,
- Tools:
execute_sql: Executes a SQL query.list_tables: Lists tables in the database.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.