Microsoft SQL Server logo

Microsoft SQL Server

A relational database management system developed by Microsoft for enterprise-scale data management and business intelligence solutions.

14 APIs 0 Features
CloudData ManagementDatabaseEnterpriseRelational DatabaseSQL

APIs

SQL Server Database Engine API

Core database engine APIs for querying, managing, and administering SQL Server databases.

SQL Server Management Objects (SMO) API

.NET API for managing and administering SQL Server programmatically.

Azure SQL Database REST API

REST API for managing Azure SQL Database resources and configurations.

SQL Server Reporting Services (SSRS) API

REST API for managing reports, subscriptions, and data sources in SQL Server Reporting Services.

SQL Server Integration Services (SSIS) Catalog API

API for managing SSIS packages, projects, and execution in the SSIS Catalog.

Azure SQL Managed Instance REST API

REST API for creating, configuring, and managing Azure SQL Managed Instances including databases, operations, and scheduling.

Data API Builder

Open source configuration-based engine that creates REST and GraphQL APIs for SQL Server, Azure SQL, Azure Cosmos DB, PostgreSQL, and MySQL databases.

Azure Analysis Services REST API

REST API for managing Azure Analysis Services resources and performing asynchronous data refreshes of tabular models.

Microsoft SqlClient Data Provider (ADO.NET)

ADO.NET data provider for .NET Framework and .NET Core used for connecting to SQL Server, executing commands, and retrieving results.

Microsoft JDBC Driver for SQL Server

Type 4 JDBC driver providing database connectivity to SQL Server through standard JDBC application program interfaces on the Java platform.

Microsoft ODBC Driver for SQL Server

ODBC driver providing native-code API connectivity to SQL Server and Azure SQL Database for applications on Windows, Linux, and macOS.

Microsoft OLE DB Driver for SQL Server

Stand-alone OLE DB data access API for low-level COM components requiring high-performance access to SQL Server.

Microsoft Python Driver for SQL Server (mssql-python)

Python driver using Direct Database Connectivity for direct connections to SQL Server without requiring an external driver manager, compliant with Python DB-API 2.0.

Node.js Driver for SQL Server (tedious)

Open-source JavaScript implementation of the TDS protocol for connecting to SQL Server from Node.js on Windows, Linux, or macOS.

Resources

🔗
LinkedIn
LinkedIn
🚀
GettingStarted
GettingStarted
🔗
Downloads
Downloads
💰
Pricing
Pricing
💬
Support
Support
📰
Blog
Blog
🔗
Community
Community
🎓
Training
Training
📄
ReleaseNotes
ReleaseNotes
🔗
Driver History
Driver History
👥
GitHubOrganization
GitHubOrganization
📄
ChangeLog
ChangeLog
🔗
Forum
Forum
🔗
Feedback
Feedback
🔗
Videos
Videos
🔗
MCPServer
MCPServer

Sources

Raw ↑
aid: microsoft-sql-server
name: Microsoft SQL Server
description: >-
  A relational database management system developed by Microsoft for enterprise-scale
  data management and business intelligence solutions.
image: https://www.microsoft.com/sql-server/logo.png
url: https://www.microsoft.com/sql-server
created: '2024'
modified: '2026-05-19'
specificationVersion: '0.19'
tags:
- Cloud
- Data Management
- Database
- Enterprise
- Relational Database
- SQL
apis:
- name: SQL Server Database Engine API
  description: >-
    Core database engine APIs for querying, managing, and administering SQL Server
    databases.
  image: https://www.microsoft.com/sql-server/database-engine-logo.png
  humanURL: https://docs.microsoft.com/sql/sql-server/
  baseURL: https://your-server.database.windows.net
  tags:
  - Database
  - Query
  - Transact-SQL
  properties:
  - type: Documentation
    url: https://docs.microsoft.com/sql/sql-server/sql-server-technical-documentation
  - type: OpenAPI
    url: https://docs.microsoft.com/sql/connect/
  - type: Authentication
    url: https://docs.microsoft.com/sql/relational-databases/security/authentication-access/
  - type: GettingStarted
    url: https://learn.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql
  contact:
  - FN: Microsoft Support
    email: support@microsoft.com
    url: https://support.microsoft.com/sql
- name: SQL Server Management Objects (SMO) API
  description: >-
    .NET API for managing and administering SQL Server programmatically.
  humanURL: https://docs.microsoft.com/sql/relational-databases/server-management-objects-smo/
  baseURL: https://api.example.com/smo
  tags:
  - .NET
  - Administration
  - Management
  properties:
  - type: Documentation
    url: https://docs.microsoft.com/sql/relational-databases/server-management-objects-smo/overview-smo
  - type: SDK
    url: https://www.nuget.org/packages/Microsoft.SqlServer.SqlManagementObjects
  - type: Code Samples
    url: https://docs.microsoft.com/sql/relational-databases/server-management-objects-smo/create-program/
- name: Azure SQL Database REST API
  description: >-
    REST API for managing Azure SQL Database resources and configurations.
  humanURL: https://learn.microsoft.com/en-us/rest/api/sql/
  baseURL: https://management.azure.com
  tags:
  - Azure
  - Cloud
  - Database Management
  - REST API
  properties:
  - type: Documentation
    url: https://learn.microsoft.com/en-us/rest/api/sql/
  - type: OpenAPI
    url: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/sql
  - type: Authentication
    url: https://docs.microsoft.com/azure/active-directory/develop/
  - type: Pricing
    url: https://azure.microsoft.com/pricing/details/sql-database/
  - type: GettingStarted
    url: https://learn.microsoft.com/en-us/rest/api/sql/rest-api-sql-create-or-update-database
  contact:
  - FN: Azure Support
    email: azuresupport@microsoft.com
    url: https://azure.microsoft.com/support/
- name: SQL Server Reporting Services (SSRS) API
  description: >-
    REST API for managing reports, subscriptions, and data sources in SQL Server
    Reporting Services.
  humanURL: https://docs.microsoft.com/sql/reporting-services/
  baseURL: https://your-server/reports/api/v2.0
  tags:
  - Business Intelligence
  - Reporting
  - REST API
  properties:
  - type: Documentation
    url: https://learn.microsoft.com/en-us/sql/reporting-services/developer/rest-api
  - type: OpenAPI
    url: https://app.swaggerhub.com/apis/microsoft-rs/SSRS/2.0
  - type: Tutorial
    url: https://docs.microsoft.com/sql/reporting-services/tutorial-access-rest-api
  - type: APIReference
    url: https://learn.microsoft.com/en-us/rest/api/sql-server-reporting/
- name: SQL Server Integration Services (SSIS) Catalog API
  description: >-
    API for managing SSIS packages, projects, and execution in the SSIS Catalog.
  humanURL: https://docs.microsoft.com/sql/integration-services/
  baseURL: https://your-server/SSISDB
  tags:
  - Data Pipeline
  - ETL
  - Integration
  properties:
  - type: Documentation
    url: https://docs.microsoft.com/sql/integration-services/service/package-management-ssis-service
  - type: Stored Procedures
    url: https://docs.microsoft.com/sql/integration-services/system-stored-procedures/
- name: Azure SQL Managed Instance REST API
  description: >-
    REST API for creating, configuring, and managing Azure SQL Managed Instances
    including databases, operations, and scheduling.
  humanURL: https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/api-references-create-manage-instance
  baseURL: https://management.azure.com
  tags:
  - Azure
  - Cloud
  - Database Management
  - Managed Instance
  - REST API
  properties:
  - type: Documentation
    url: https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/api-references-create-manage-instance
  - type: APIReference
    url: https://learn.microsoft.com/en-us/rest/api/sql/managed-instances
  - type: GettingStarted
    url: https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/instance-create-quickstart
  - type: Pricing
    url: https://azure.microsoft.com/pricing/details/azure-sql-managed-instance/
- name: Data API Builder
  description: >-
    Open source configuration-based engine that creates REST and GraphQL APIs for
    SQL Server, Azure SQL, Azure Cosmos DB, PostgreSQL, and MySQL databases.
  humanURL: https://learn.microsoft.com/en-us/azure/data-api-builder/overview
  baseURL: https://localhost:5000/api
  tags:
  - CRUD
  - Data Access
  - GraphQL
  - Open Source
  - REST API
  properties:
  - type: Documentation
    url: https://learn.microsoft.com/en-us/azure/data-api-builder/
  - type: SourceCode
    url: https://github.com/Azure/data-api-builder
  - type: GettingStarted
    url: https://learn.microsoft.com/en-us/azure/data-api-builder/overview
  - url: graphql/microsoft-sql-server-graphql.md
    type: GraphQL
- name: Azure Analysis Services REST API
  description: >-
    REST API for managing Azure Analysis Services resources and performing asynchronous
    data refreshes of tabular models.
  humanURL: https://learn.microsoft.com/en-us/rest/api/analysisservices/
  baseURL: https://management.azure.com
  tags:
  - Analysis Services
  - Azure
  - Business Intelligence
  - REST API
  - Tabular Models
  properties:
  - type: Documentation
    url: https://learn.microsoft.com/en-us/rest/api/analysisservices/
  - type: ClientLibraries
    url: https://learn.microsoft.com/en-us/analysis-services/client-libraries
  - type: TMSLReference
    url: https://learn.microsoft.com/en-us/analysis-services/tmsl/tabular-model-scripting-language-tmsl-reference
- name: Microsoft SqlClient Data Provider (ADO.NET)
  description: >-
    ADO.NET data provider for .NET Framework and .NET Core used for connecting to
    SQL Server, executing commands, and retrieving results.
  humanURL: https://learn.microsoft.com/en-us/sql/connect/ado-net/overview-sqlclient-driver
  tags:
  - .NET
  - ADO.NET
  - Data Provider
  - SqlClient
  properties:
  - type: Documentation
    url: https://learn.microsoft.com/en-us/sql/connect/ado-net/overview-sqlclient-driver
  - type: APIReference
    url: https://learn.microsoft.com/en-us/dotnet/api/microsoft.data.sqlclient
  - type: SDK
    url: https://www.nuget.org/packages/Microsoft.Data.SqlClient
  - type: Download
    url: https://learn.microsoft.com/en-us/sql/connect/ado-net/download-microsoft-sqlclient-data-provider
- name: Microsoft JDBC Driver for SQL Server
  description: >-
    Type 4 JDBC driver providing database connectivity to SQL Server through standard
    JDBC application program interfaces on the Java platform.
  humanURL: https://learn.microsoft.com/en-us/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server
  tags:
  - Cross-Platform
  - Driver
  - Java
  - JDBC
  properties:
  - type: Documentation
    url: https://learn.microsoft.com/en-us/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server
  - type: APIReference
    url: https://learn.microsoft.com/en-us/sql/connect/jdbc/reference/jdbc-driver-api-reference
  - type: Download
    url: https://learn.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server
  - type: SourceCode
    url: https://github.com/microsoft/mssql-jdbc
- name: Microsoft ODBC Driver for SQL Server
  description: >-
    ODBC driver providing native-code API connectivity to SQL Server and Azure SQL
    Database for applications on Windows, Linux, and macOS.
  humanURL: https://learn.microsoft.com/en-us/sql/connect/odbc/microsoft-odbc-driver-for-sql-server
  tags:
  - Cross-Platform
  - Driver
  - Native Code
  - ODBC
  properties:
  - type: Documentation
    url: https://learn.microsoft.com/en-us/sql/connect/odbc/microsoft-odbc-driver-for-sql-server
  - type: Download
    url: https://learn.microsoft.com/en-us/sql/connect/odbc/download-odbc-driver-for-sql-server
- name: Microsoft OLE DB Driver for SQL Server
  description: >-
    Stand-alone OLE DB data access API for low-level COM components requiring high-performance
    access to SQL Server.
  humanURL: https://learn.microsoft.com/en-us/sql/connect/oledb/oledb-driver-for-sql-server
  tags:
  - COM
  - Driver
  - OLE DB
  - Windows
  properties:
  - type: Documentation
    url: https://learn.microsoft.com/en-us/sql/connect/oledb/oledb-driver-for-sql-server
  - type: ProgrammingGuide
    url: https://learn.microsoft.com/en-us/sql/connect/oledb/ole-db/oledb-driver-for-sql-server-programming
  - type: Download
    url: https://learn.microsoft.com/en-us/sql/connect/oledb/download-oledb-driver-for-sql-server
- name: Microsoft Python Driver for SQL Server (mssql-python)
  description: >-
    Python driver using Direct Database Connectivity for direct connections to SQL
    Server without requiring an external driver manager, compliant with Python DB-API
    2.0.
  humanURL: https://learn.microsoft.com/en-us/sql/connect/python/mssql-python/python-sql-driver-mssql-python
  tags:
  - Cross-Platform
  - DB-API
  - Driver
  - Python
  properties:
  - type: Documentation
    url: https://learn.microsoft.com/en-us/sql/connect/python/mssql-python/python-sql-driver-mssql-python
  - type: GettingStarted
    url: https://learn.microsoft.com/en-us/sql/connect/python/mssql-python/python-sql-driver-mssql-python-quickstart
  - type: SourceCode
    url: https://github.com/microsoft/mssql-python
  - type: SDK
    url: https://pypi.org/project/mssql-python/
- name: Node.js Driver for SQL Server (tedious)
  description: >-
    Open-source JavaScript implementation of the TDS protocol for connecting to
    SQL Server from Node.js on Windows, Linux, or macOS.
  humanURL: https://learn.microsoft.com/en-us/sql/connect/node-js/node-js-driver-for-sql-server
  tags:
  - Cross-Platform
  - Driver
  - JavaScript
  - Node.js
  - TDS
  properties:
  - type: Documentation
    url: https://learn.microsoft.com/en-us/sql/connect/node-js/node-js-driver-for-sql-server
  - type: SourceCode
    url: https://github.com/tediousjs/tedious
  - type: SDK
    url: https://www.npmjs.com/package/mssql
common:
- type: LinkedIn
  url: https://www.linkedin.com/showcase/msft-sql-server
- type: GettingStarted
  url: https://docs.microsoft.com/sql/sql-server/sql-server-get-started
- type: Downloads
  url: https://www.microsoft.com/sql-server/sql-server-downloads
- type: Pricing
  url: https://www.microsoft.com/sql-server/sql-server-2022-pricing
- type: Support
  url: https://support.microsoft.com/sql
- type: Blog
  url: https://cloudblogs.microsoft.com/sqlserver/
- type: Community
  url: https://techcommunity.microsoft.com/t5/sql-server/ct-p/SQLServer
- type: Training
  url: https://docs.microsoft.com/learn/sql-server/
- type: ReleaseNotes
  url: https://docs.microsoft.com/sql/sql-server/sql-server-version-information
- type: Driver History
  url: https://learn.microsoft.com/en-us/sql/connect/connect-history
- type: GitHubOrganization
  url: https://github.com/microsoft/sql-server-samples
- type: ChangeLog
  url: https://learn.microsoft.com/en-us/sql/sql-server/what-s-new-in-sql-server-2025
- type: Forum
  url: https://learn.microsoft.com/en-us/answers/tags/191/sql-server
- type: Feedback
  url: https://feedback.azure.com/d365community/forum/04fe6ee0-3b25-ec11-b6e6-000d3a4f0da0
- type: Videos
  url: https://learn.microsoft.com/en-us/shows/data-exposed/
- type: Integrations
  url: https://www.microsoft.com/en-us/marketplace
- name: MCP Server
  url: https://github.com/microsoft/clarity-mcp-server
  type: MCPServer
integrations:
- name: Microsoft
- name: Two people looking at a computer.
- name: This is placeholder text for
- name: IDC
- name: Nationwide
- name: RSA company
- name: Teleperformance
- name: A woman smiling at a laptop
- name: A man holding a laptop.
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
  url: https://apievangelist.com