Azure-Player / Real-Time-Data-Simulator

Windows Desktop application to generating and streaming data into EventHub
MIT License
11 stars 7 forks source link

Generate Stored Procedure (SP) for Azure SQL Database #3

Open NowinskiK opened 5 months ago

NowinskiK commented 5 months ago

This feature will generate, save to file and show to user T-SQL code of SP which will send the payload to target EvenHub using sp_invoke_external_rest_endpoint. References: https://devblogs.microsoft.com/azure-sql/azure-sql-database-external-rest-endpoints-integration-public-preview/ https://learn.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql https://github.com/Azure-Samples/azure-sql-db-invoke-external-rest-endpoints