@jowens wrote:
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?
Posts: 1
Participants: 1