Unable to find [sys].[sp_invoke_external_rest_endpoint] in Azure Managed Instance Database

Tse, Andy 41 Reputation points
2022-12-08T00:17:14.717+00:00

I'm trying to execute [sys].[sp_invoke_external_rest_endpoint] in 1 of my databases. I can see it listed in the "System Stored Procedures", but I'm getting the error that it cannot be found. This is being ran on Azure Managed Instance. I've tried this on Azure SQL Server and it was working. I would have thought it would work in the Managed Instance version as well.

268402-image.png

268432-image.png

Azure SQL Database
0 comments No comments
{count} votes

Answer accepted by question author
  1. Dan Guzman 9,436 Reputation points
    2022-12-08T01:41:00.87+00:00

    The documentation page for `sys.sp_invoke_external_rest_endpoint shows that it is available only in Azure SQL Database. Furthermore, the feature is in preview.

    New features are usually released to Azure SQL Database first, followed by other SQL Server platforms as appropriate. Although this system stored proc may be visible on other platforms, it has not yet been implemented (at least currently).

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.