• Narasimha Pradeep (11/27/2008)


    Is there any option (work around) by which we can edit the table variables ?

    You could SELECT the contents to another local table variable, and modify that. But you cant make a table variable an OUTPUT parameter - there's no point really as they're READONLY