I would like to know if there is a way to integrate Postman with SQL Server Management Studio. This is required for API server side testing purposes.
My intention is to insert data using Postman JSON scripts and connect to SQL Server database and verify that the data is available in the database.
Postman's a UI for executing web requests; SQL Server Management Studio is a UI for managing databases. If you want to insert data into a SQL Server database with Postman, you'll need a web API in the middle that can interpret your JSON requests and insert database records; then you can use SQL Server Management Studio to query the database tables.
You can make use of Apache Drill which is open source. https://drill.apache.org/docs/use-postman-to-run-sql-queries-on-drill-data-sources/ https://medium.com/@annieasad171994/postman-to-run-sql-queries-225da21fd2
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With