Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrate Postman with SQL Server Management Studio

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.

like image 288
mani9697 Avatar asked Aug 14 '26 20:08

mani9697


2 Answers

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.

like image 182
Max Szczurek Avatar answered Aug 17 '26 21:08

Max Szczurek


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

like image 41
Irshad Avatar answered Aug 17 '26 21:08

Irshad



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!