Quantcast
Channel: DreamFactory Forum - Latest posts
Viewing all articles
Browse latest Browse all 5028

Scripting multiple parameter sets to a Stored Procedure

$
0
0

I'm not really all that JavaScript savvy so forgive me if this is a silly question.

I am attempting to write a server side script so that I can loop through many sets of parameters to process through a stored procedure. The SP's purpose is to create a new database. Obviously I can send in a single set as normal and create one single database but I need to create a large number of databases and being able to loop the stored procedure call will save hours. Is this something possible with server side scripting?


Viewing all articles
Browse latest Browse all 5028