I have created a stored procedure that takes one input parameter. I am trying to pass a recordset, which contains over 300 values, as the input parameter. Therefore saving me executing the Sproc 300 times.
I have tried using a global variable within a DTS package to populate the sproc, but keep getting the error EXECTION_ACCESS_VIOLATION.
Can anyone help?