cancel
Showing results for 
Search instead for 
Did you mean: 

executing a stored procedure in bods

Former Member
0 Kudos

hi all i want to execute a stored procedure in bods, but i get an error saying i have not supplied @number of records

Script: sql('DataMigration','exec dbo.ISU_Contracts_Script');

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member198401
Active Contributor

Hi

Can you try executing the Stored Procedure in SQL Server database? If you get the same error then probably you should fix the logic in the SP. From the error it seems that you have not initialized the paramter

Regards

Arun Sasi