News

I have a stored procedure within MS SQL which runs a program. I would like to, from within SQL, call this stored procedure a few hundred times but I do not want to wait for instance 1 to finish ...
Even in a Code First environment, you can call a stored procedure from a DbContext object. But it's a lot easier if you use the visual designer.