I need to call a stored procedure in readyapi(Groovy) step and wasn't successful in executing. Can someone help.
DECLARE @PNList TBL_SList
INSERT @PNList (StringValue) VALUES ( '123')
exec Test_Overview @PNList, '713'
How to use SQL Server Management studio - "Execute Stored Procedure" for User Defined Table Types, by right clicking a stored procedure in SSMS and enter values in the UI? How to pass value of user defined table type in the Value field?
https://www.javadoc.io/doc/com.microsoft.sqlserver/mssql-jdbc/6.1.7.jre8-preview/com/microsoft/sqlserver/jdbc/SQLServerDataTable.html